cmake/Tests/Dependency/Three/CMakeLists.txt

4 lines
73 B
CMake
Raw Normal View History

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