mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-25 12:13:00 +01:00
Fix windows installer creation
This commit is contained in:
parent
31e23e1120
commit
2ce66161e3
@ -86,15 +86,6 @@ add_subdirectory(src)
|
||||
# Install library and extension file in ${CMAKE_INSTALL_PREFIX}/${PROJECT_NAME}
|
||||
set(INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/${PROJECT_NAME}/")
|
||||
|
||||
message(STATUS "Install directory: ${INSTALL_DIR}")
|
||||
|
||||
install(TARGETS ${PROJECT_NAME}
|
||||
LIBRARY
|
||||
DESTINATION ${INSTALL_DIR}/${LIB_DIR}
|
||||
RUNTIME
|
||||
DESTINATION ${INSTALL_DIR}/${LIB_DIR}
|
||||
)
|
||||
|
||||
add_subdirectory(templates)
|
||||
|
||||
# ccache
|
||||
|
@ -30,12 +30,6 @@ set(OUT_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../../ScreenPlayGodot/${PROJECT_NAME}/)
|
||||
set(GD_EXTENSION_FILE ${PROJECT_NAME}.gdextension)
|
||||
configure_file(${GD_EXTENSION_FILE_INPUT} ${OUT_PATH}/${GD_EXTENSION_FILE})
|
||||
|
||||
# Install the gdextension file from the build directory
|
||||
install(
|
||||
FILES ${BUILD_OUTPUT_DIR}/${GD_EXTENSION_FILE}
|
||||
DESTINATION ${INSTALL_DIR}
|
||||
)
|
||||
|
||||
unset(ALLOWED_BUILDS)
|
||||
unset(BUILD_TYPE)
|
||||
unset(GD_EXTENSION_FILE)
|
||||
|
Loading…
Reference in New Issue
Block a user