CMake/Tests/Dependency/Eight/CMakeLists.txt

4 lines
70 B
CMake

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