Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
422c1de564cec5689de052d5eb0c2ddd7065833c
/
.
/
Tests
/
RunCMake
/
target_sources
/
RelativePathInSubdirInclude.cmake
blob: f5954c47bc214b3be7cdd3a1c606eedf3ca0eb9a [
file
]
cmake_policy
(
SET CMP0076 NEW
)
enable_language
(
CXX
)
add_library
(
privatelib
)
include
(
"RelativePathInSubdirInclude/CMakeLists.txt"
)
get_property
(
privatelib_sources TARGET privatelib PROPERTY SOURCES
)
message
(
STATUS
"privatelib: ${privatelib_sources}"
)