mirror of
https://github.com/reactos/CMake.git
synced 2025-03-02 17:05:44 +00:00
5 lines
262 B
CMake
5 lines
262 B
CMake
![]() |
file(WRITE ${CMAKE_CURRENT_SOURCE_DIR}/ConfigureFile-Relative-In.txt "Relative test file\n")
|
||
|
configure_file(ConfigureFile-Relative-In.txt ConfigureFile-Relative-Out.txt)
|
||
|
file(READ ${CMAKE_CURRENT_BINARY_DIR}/ConfigureFile-Relative-Out.txt out)
|
||
|
message("${out}")
|