CMake/Tests/Dependency/Four/CMakeLists.txt

4 lines
76 B
CMake

ADD_LIBRARY( Four FourSrc.c )
TARGET_LINK_LIBRARIES( Four One Two NoDepA )