5 lines
99 B
CMake
5 lines
99 B
CMake
add_library(outlib outlib.c)
|
|
|
|
add_executable(outexe outexe.c)
|
|
target_link_libraries(outexe subdir)
|