mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ENH: Force libraries to be static
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user