diff options
Diffstat (limited to 'Tests/SimpleExclude/dirD/CMakeLists.txt')
-rw-r--r-- | Tests/SimpleExclude/dirD/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/SimpleExclude/dirD/CMakeLists.txt b/Tests/SimpleExclude/dirD/CMakeLists.txt index 0e89d0f..44b8c27 100644 --- a/Tests/SimpleExclude/dirD/CMakeLists.txt +++ b/Tests/SimpleExclude/dirD/CMakeLists.txt @@ -1,4 +1,4 @@ -add_library(t8 t8.c) +add_library(t8 STATIC t8.c) add_executable(t9 t9.c) target_link_libraries(t9 t7) |