Raw File
CMakeLists.txt
add_library(outlib outlib.c)

add_executable(outexe outexe.c)
target_link_libraries(outexe subdir)
back to top