mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -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(subsub2bar STATIC bar.cpp)
|
|
|
|
add_library(subsub2foo STATIC foo.cpp)
|
|
set_target_properties(subsub2foo PROPERTIES SYSTEM OFF)
|
|
|
|
add_executable(subsub2zot zot.cpp)
|