CMake/Tests/Dependency/Three/CMakeLists.txt

4 lines
73 B
CMake

add_library( Three ThreeSrc.c )
target_link_libraries( Three One Four )