mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
6 lines
250 B
CMake
6 lines
250 B
CMake
|
|
target_sources(iface INTERFACE subdir_empty_1.cpp
|
|
"${CMAKE_CURRENT_LIST_DIR}/subdir_empty_2.cpp"
|
|
../empty_1.cpp
|
|
"${CMAKE_CURRENT_LIST_DIR}/../empty_2.cpp")
|