cmake/Tests/OutOfBinary/CMakeLists.txt
2015-11-17 17:22:37 +01:00

5 lines
99 B
CMake

add_library(outlib outlib.c)
add_executable(outexe outexe.c)
target_link_libraries(outexe subdir)