From 4bc7e4264a685fb67c72fe1e5efdd41a46813e9d Mon Sep 17 00:00:00 2001 From: simon987 Date: Tue, 24 Dec 2019 15:12:51 -0500 Subject: [PATCH] Don't build tests/aux --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 335b1ad..25630e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,7 @@ if(BUILD_UT) endif() add_subdirectory(src) -add_subdirectory(auxiliary) -add_subdirectory(test) +#add_subdirectory(auxiliary) +#add_subdirectory(test) install(DIRECTORY ${WAVELIB_SRC_ROOT}/include/ DESTINATION include FILES_MATCHING PATTERN "*.h")