From 4b8f4005c30f5ad66408216f4ef78f75ad08741f Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 10 Oct 2018 22:19:57 -0400 Subject: added INSTALL and README files --- examples/src/tools/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/src/tools') 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) + -- cgit v1.2.3-70-g09d2