mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05: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")
|