summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeCommands/target_sources/subdir/CMakeLists.txt
blob: f749f1d7a802a411ce5de7cf7b3de34d8a9d342f (plain)
1
2
3
4
5
6

target_sources(target_sources_lib PUBLIC $<1:${CMAKE_CURRENT_LIST_DIR}/subdir_empty_1.cpp>
                                         $<1:${CMAKE_CURRENT_LIST_DIR}/../empty_1.cpp>
                                         subdir_empty_2.cpp
                                  PRIVATE $<1:empty_2.cpp>
                                          ../empty_3.cpp)