mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 22:58:41 +00:00
6 lines
127 B
CMake
6 lines
127 B
CMake
|
|
file(GENERATE
|
|
OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/output_script.sh"
|
|
INPUT "${CMAKE_CURRENT_SOURCE_DIR}/input_script.sh"
|
|
)
|