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

4 lines
65 B
CMake

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