7 lines
220 B
CMake
Raw Normal View History

2024-11-11 15:18:55 +01:00
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt TYPE DATA RENAME root.txt)
2024-07-09 14:46:46 +02:00
if (INSTALL_PARALLEL)
set_property(GLOBAL PROPERTY INSTALL_PARALLEL ON)
endif()
add_subdirectory(subdir-1)
add_subdirectory(subdir-2)