CMake/Tests/Dependency/Five/CMakeLists.txt

4 lines
65 B
CMake
Raw Normal View History

2002-05-01 22:00:21 +04:00
ADD_LIBRARY( Five FiveSrc.c )
TARGET_LINK_LIBRARIES( Five Two )