cmake/Tests/RunCMake/install/SCRIPT-ALL_COMPONENTS.cmake

6 lines
128 B
CMake
Raw Normal View History

2021-09-14 00:13:48 +02:00
install(
SCRIPT "${CMAKE_CURRENT_SOURCE_DIR}/install_script.cmake"
CODE "write_empty_file(empty2.txt)"
ALL_COMPONENTS
)