CMake/Tests/Dependency/Three/CMakeLists.txt
2002-05-01 14:00:21 -04:00

4 lines
73 B
CMake

ADD_LIBRARY( Three ThreeSrc.c )
TARGET_LINK_LIBRARIES( Three One Four )