7 lines
171 B
CMake
Raw Permalink Normal View History

2022-11-16 20:14:03 +01:00
add_library(subsub2bar STATIC bar.cpp)
add_library(subsub2foo STATIC foo.cpp)
set_target_properties(subsub2foo PROPERTIES SYSTEM OFF)
add_executable(subsub2zot zot.cpp)