CMake/Tests/Dependency/Five/CMakeLists.txt

4 lines
65 B
CMake

add_library( Five FiveSrc.c )
target_link_libraries( Five Two )