diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-10-10 22:19:57 -0400 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-10-10 22:19:57 -0400 |
commit | 4b8f4005c30f5ad66408216f4ef78f75ad08741f (patch) | |
tree | c79617dcb6958b6301d7aca10ebd3b49bd3fbb74 /examples/src/tools | |
parent | a43ff1f98e9b9814f858bccb11c174b418458491 (diff) | |
download | c++-4b8f4005c30f5ad66408216f4ef78f75ad08741f.tar.gz c++-4b8f4005c30f5ad66408216f4ef78f75ad08741f.tar.bz2 c++-4b8f4005c30f5ad66408216f4ef78f75ad08741f.zip |
added INSTALL and README files
Diffstat (limited to 'examples/src/tools')
-rw-r--r-- | examples/src/tools/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/src/tools/CMakeLists.txt b/examples/src/tools/CMakeLists.txt index 1c73c2d..4a6c1a0 100644 --- a/examples/src/tools/CMakeLists.txt +++ b/examples/src/tools/CMakeLists.txt @@ -5,3 +5,5 @@ add_executable(analyze_correlations analyze_correlations.cpp) target_link_libraries(analyze_correlations fftw3 wolff) +install(TARGETS analyze_correlations DESTINATION ${CMAKE_INSTALL_BINDIR} OPTIONAL) + |