CMake/Tests/Dependency/Five/CMakeLists.txt

4 lines
65 B
CMake

ADD_LIBRARY( Five FiveSrc.c )
TARGET_LINK_LIBRARIES( Five Two )