mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-15 19:50:31 -06:00
6 lines
262 B
CMake
6 lines
262 B
CMake
|
|
target_sources(privatelib PRIVATE subdir_empty_1.cpp
|
|
"${CMAKE_CURRENT_LIST_DIR}/subdir_empty_2.cpp"
|
|
../empty_1.cpp
|
|
"${CMAKE_CURRENT_LIST_DIR}/../empty_2.cpp")
|