mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03: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"
|
|
)
|