From 55f0fb2bec1ef1b334f06c52c7e2bfc44375dfc9 Mon Sep 17 00:00:00 2001 From: Bram Veenboer <bram.veenboer@gmail.com> Date: Tue, 27 Feb 2024 10:22:46 +0100 Subject: [PATCH] Install CorrelatorTest --- test/CorrelatorTest/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CorrelatorTest/CMakeLists.txt b/test/CorrelatorTest/CMakeLists.txt index 89098ba..737418b 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 -- GitLab