mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06:00
5 lines
111 B
CMake
5 lines
111 B
CMake
install(
|
|
SCRIPT "${CMAKE_CURRENT_SOURCE_DIR}/install_script.cmake"
|
|
CODE "write_empty_file(empty2.txt)"
|
|
)
|