Files
2026-01-09 23:21:38 +00:00

5 lines
126 B
CMake
Executable File

if(NOT SKBUILD)
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/
DESTINATION "resources" MESSAGE_NEVER)
endif()