mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-04-24 13:44:58 +00:00
5 lines
126 B
CMake
Executable File
5 lines
126 B
CMake
Executable File
if(NOT SKBUILD)
|
|
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/
|
|
DESTINATION "resources" MESSAGE_NEVER)
|
|
endif()
|