Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
00a2dc4d2f7bb5dcf2a4654863d7f74a3acb6676
/
.
/
Tests
/
RunCMake
/
TargetSources
/
RelativePathInSubdirInclude.cmake
blob: 4acbecacc1a107d9496c306ff02de6b9a4b4163e [
file
]
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}"
)