mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 04:09:36 +03:00
6 lines
127 B
CMake
6 lines
127 B
CMake
install(
|
|
SCRIPT "${CMAKE_CURRENT_SOURCE_DIR}/install_script.cmake"
|
|
CODE "write_empty_file(empty2.txt)"
|
|
COMPONENT dev
|
|
)
|