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