Sign in
fuchsia
/
third_party
/
cmake
/
3e84a06b3aa2715dd61537db624d6371813c0a1b
/
.
/
Tests
/
RunCMake
/
TargetSources
/
RelativePathInSubdirInclude.cmake
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}"
)