diff --git a/test/CorrelatorTest/CMakeLists.txt b/test/CorrelatorTest/CMakeLists.txt index 89098ba5b489e07e5bdf7ac96486fbe629625a95..737418b9eae240d9aad6d8d6ffc1afc1fe38b3e7 100644 --- a/test/CorrelatorTest/CMakeLists.txt +++ b/test/CorrelatorTest/CMakeLists.txt @@ -6,6 +6,7 @@ target_include_directories(CorrelatorTest PRIVATE ${CMAKE_SOURCE_DIR}) target_link_libraries( CorrelatorTest PRIVATE tcc Record UnitTest OpenMP::OpenMP_CXX ) +install(TARGETS CorrelatorTest RUNTIME DESTINATION bin) # Define various combinations of parameters to test: # b: nrBits must be 4, 8, or 16