mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
8 lines
136 B
CMake
8 lines
136 B
CMake
|
|
add_custom_target(empty)
|
|
|
|
file(GENERATE
|
|
OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/test.txt"
|
|
CONTENT "[$<TARGET_FILE_BASE_NAME:empty>]"
|
|
)
|