blob: 2b66515fc5bc37b54eaf058f99f85bacb82a64de [file] [log] [blame]
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}`")