This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
Code
Issues
Pull Requests
Releases
Wiki
Activity
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 10:31:46 -05:00
add_library
(
t6
STATIC
t6.c
)
ENH: Add simple exclusion test for subdirectories
2007-02-22 08:39:12 -05:00
ENH: Force libraries to be static
2007-02-23 10:31:46 -05:00
add_library
(
t7
STATIC
t7.c
)
ENH: Add simple exclusion test for subdirectories
2007-02-22 08:39:12 -05:00
target_link_libraries
(
t7
t2
)
Reference in New Issue
Copy Permalink