blob: 67f9b8cb739232cc7495bbc60d6977078a39901a [file] [log] [blame]
add_custom_target(custom)
target_sources(custom PRIVATE
"${CMAKE_CURRENT_BINARY_DIR}/GeneratedMain.txt"
)
set_source_files_properties(
"${CMAKE_CURRENT_BINARY_DIR}/GeneratedMain.txt"
PROPERTIES GENERATED "1")
get_property(prop SOURCE
"${CMAKE_CURRENT_BINARY_DIR}/GeneratedMain.txt"
PROPERTY GENERATED)
message(NOTICE "prop: `${prop}`")