blob: 4acbecacc1a107d9496c306ff02de6b9a4b4163e [file] [log] [blame]
cmake_policy(SET CMP0076 NEW)
add_library(privatelib)
include("RelativePathInSubdirInclude/CMakeLists.txt")
get_property(privatelib_sources TARGET privatelib PROPERTY SOURCES)
message(STATUS "privatelib: ${privatelib_sources}")