summaryrefslogtreecommitdiffstats
path: root/Tests/SimpleExclude/dirD
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-02-23 15:31:46 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-02-23 15:31:46 (GMT)
commit21a71f2c81353a63253b092d69d76f40d61d37fd (patch)
tree7be690e913605eaa0be0eb9e5b956b5453f964fb /Tests/SimpleExclude/dirD
parent2b3dae596acd10d0cc07345b25b38b93a62e3234 (diff)
downloadCMake-21a71f2c81353a63253b092d69d76f40d61d37fd.zip
CMake-21a71f2c81353a63253b092d69d76f40d61d37fd.tar.gz
CMake-21a71f2c81353a63253b092d69d76f40d61d37fd.tar.bz2
ENH: Force libraries to be static
Diffstat (limited to 'Tests/SimpleExclude/dirD')
-rw-r--r--Tests/SimpleExclude/dirD/CMakeLists.txt2
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)