cmake/Tests/OutOfBinary/CMakeLists.txt

5 lines
99 B
CMake
Raw Normal View History

2013-03-16 19:13:01 +02:00
add_library(outlib outlib.c)
2015-11-17 17:22:37 +01:00
add_executable(outexe outexe.c)
target_link_libraries(outexe subdir)