cmake/Tests/Dependency/1/CMakeLists.txt

4 lines
95 B
CMake
Raw Normal View History

2013-03-16 19:13:01 +02:00
add_library( One OneSrc.c )
# This library has no dependencies
2013-03-16 19:13:01 +02:00
target_link_libraries( One "" )