cmake/Tests/RunCMake/TargetSources/RelativePathInSubdirPrivate.cmake
2018-10-28 12:09:07 +01:00

9 lines
223 B
CMake

cmake_policy(SET CMP0076 NEW)
add_library(privatelib)
add_subdirectory(RelativePathInSubdirPrivate)
get_property(privatelib_sources TARGET privatelib PROPERTY SOURCES)
message(STATUS "privatelib: ${privatelib_sources}")