Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
GeneratorExpression
/
TARGET_PROPERTY-SOURCES.cmake
blob: dee7ead5437d8337dfaae128f2454124c6fb08db [
file
] [
log
] [
blame
]
cmake_policy
(
SET CMP0070 NEW
)
enable_language
(
C
)
add_library
(
foo empty
.
c empty2
.
c
)
target_sources
(
foo PRIVATE empty3
.
c
)
file
(
GENERATE OUTPUT foo
.
txt CONTENT
"$<TARGET_PROPERTY:foo,SOURCES>"
)