mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
2eb30a7036
Fixes: #22401 Signed-off-by: Da Quexian <daquexian566@gmail.com>
7 lines
171 B
CMake
7 lines
171 B
CMake
add_library(subsub1bar STATIC bar.cpp)
|
|
|
|
add_library(subsub1foo STATIC foo.cpp)
|
|
set_target_properties(subsub1foo PROPERTIES SYSTEM OFF)
|
|
|
|
add_executable(subsub1zot zot.cpp)
|