Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
RunCMake
/
CMP0118
/
CMP0118-Common-Test1.cmake
blob: 2b66515fc5bc37b54eaf058f99f85bacb82a64de [
file
] [
log
] [
blame
] [
edit
]
add_custom_target
(
custom
)
target_sources
(
custom PRIVATE
"${CMAKE_CURRENT_BINARY_DIR}/GeneratedMain.txt"
)
get_property
(
prop SOURCE
"${CMAKE_CURRENT_BINARY_DIR}/GeneratedMain.txt"
PROPERTY GENERATED
)
message
(
NOTICE
"prop: `${prop}`"
)