Merge branch 'master' into configWindowSize

This commit is contained in:
VoxelTek 2025-06-19 11:15:50 +10:00 committed by GitHub
commit 9e6eac577c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -630,6 +630,11 @@ install(TARGETS isle ${install_extra_targets}
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}"
)
if (ISLE_BUILD_CONFIG)
install(TARGETS config
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
)
endif()
if(EMSCRIPTEN)
install(FILES "$<TARGET_FILE_DIR:isle>/isle.js" "$<TARGET_FILE_DIR:isle>/isle.wasm"
DESTINATION "${CMAKE_INSTALL_BINDIR}"