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

4 lines
64 B
CMake

ADD_LIBRARY( Two TwoSrc.c )
TARGET_LINK_LIBRARIES( Two Three )