cmake/Tests/Dependency/Three/CMakeLists.txt

4 lines
73 B
CMake
Raw Normal View History

2013-03-16 19:13:01 +02:00
add_library( Three ThreeSrc.c )
target_link_libraries( Three One Four )