CMake/Tests/Dependency/Two/CMakeLists.txt

4 lines
64 B
CMake

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