diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index bd13b7eb..f73e4e50 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -87,9 +87,7 @@ endif () # include or not include code based on what's actually present. add_library(nng) -add_library(nng_testing STATIC EXCLUDE_FROM_ALL - ${PROJECT_SOURCE_DIR}/tests/testutil.c - ${PROJECT_SOURCE_DIR}/tests/testutil.h) +add_library(nng_testing STATIC EXCLUDE_FROM_ALL) target_compile_definitions(nng_testing PUBLIC NNG_STATIC_LIB NNG_TEST_LIB NNG_PRIVATE) add_library(nng_private INTERFACE) |
