ENH: Force libraries to be static

This commit is contained in:
Andy Cedilnik
2007-02-23 10:31:46 -05:00
parent 2b3dae596a
commit 21a71f2c81
3 changed files with 5 additions and 5 deletions

View File

@@ -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)