This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
5690a963e9
CMake
/
Tests
/
SimpleExclude
/
dirC
/
dirB
/
CMakeLists.txt
6 lines
87 B
CMake
Raw
Normal View
History
Unescape
Escape
ENH: Force libraries to be static
2007-02-23 18:31:46 +03:00
add_library
(
t6
STATIC
t6.c
)
ENH: Add simple exclusion test for subdirectories
2007-02-22 16:39:12 +03:00
ENH: Force libraries to be static
2007-02-23 18:31:46 +03:00
add_library
(
t7
STATIC
t7.c
)
ENH: Add simple exclusion test for subdirectories
2007-02-22 16:39:12 +03:00
target_link_libraries
(
t7
t2
)