cmake/Tests/Dependency/Eight/CMakeLists.txt
2013-03-16 19:13:01 +02:00

4 lines
70 B
CMake

add_library( Eight EightSrc.c )
target_link_libraries( Eight Seven )