# This file will be configured to contain variables for CPack. These variables # should be set in the CMake list file of the project before CPack module is # included. The list of available CPACK_xxx variables and their associated # documentation may be obtained using # cpack --help-variable-list # # Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME) # and some are specific to a generator # (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables # usually begin with CPACK__xxxx. set(CPACK_BUILD_SOURCE_DIRS "/export/home/andreas/oi-userland/components/games/luanti/luanti-5.14.0;/export/home/andreas/oi-userland/components/games/luanti/build/amd64") set(CPACK_CMAKE_GENERATOR "Unix Makefiles") set(CPACK_COMPONENTS_ALL "Docs;Unspecified") set(CPACK_COMPONENT_DOCS_DESCRIPTION "Documentation about Luanti and Luanti modding") set(CPACK_COMPONENT_DOCS_DISABLED "FALSE") set(CPACK_COMPONENT_DOCS_DISPLAY_NAME "Documentation") set(CPACK_COMPONENT_DOCS_DOWNLOADED "FALSE") set(CPACK_COMPONENT_DOCS_HIDDEN "FALSE") set(CPACK_COMPONENT_DOCS_REQUIRED "FALSE") set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE") set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE") set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake-4.1/Templates/CPack.GenericDescription.txt") set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "luanti built using CMake") set(CPACK_GENERATOR "TGZ") set(CPACK_INNOSETUP_ARCHITECTURE "x64") set(CPACK_INSTALL_CMAKE_PROJECTS "/export/home/andreas/oi-userland/components/games/luanti/build/amd64;luanti;ALL;/") set(CPACK_INSTALL_PREFIX "/usr") set(CPACK_MODULE_PATH "/export/home/andreas/oi-userland/components/games/luanti/luanti-5.14.0/cmake/Modules/") set(CPACK_NSIS_DISPLAY_NAME "luanti 5.14.0") set(CPACK_NSIS_INSTALLER_ICON_CODE "") set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "") set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES") set(CPACK_NSIS_PACKAGE_NAME "luanti 5.14.0") set(CPACK_NSIS_UNINSTALL_NAME "Uninstall") set(CPACK_OBJCOPY_EXECUTABLE "/usr/gnu/bin/objcopy") set(CPACK_OBJDUMP_EXECUTABLE "/usr/gnu/bin/objdump") set(CPACK_OUTPUT_CONFIG_FILE "/export/home/andreas/oi-userland/components/games/luanti/build/amd64/CPackConfig.cmake") set(CPACK_PACKAGE_CONTACT "Perttu Ahola ") set(CPACK_PACKAGE_DEFAULT_LOCATION "/") set(CPACK_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake-4.1/Templates/CPack.GenericDescription.txt") set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "A free open-source voxel game engine with easy modding and game creation.") set(CPACK_PACKAGE_FILE_NAME "luanti-5.14.0-linux") set(CPACK_PACKAGE_INSTALL_DIRECTORY "luanti 5.14.0") set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "luanti 5.14.0") set(CPACK_PACKAGE_NAME "luanti") set(CPACK_PACKAGE_RELOCATABLE "true") set(CPACK_PACKAGE_VENDOR "celeron55") set(CPACK_PACKAGE_VERSION "5.14.0") set(CPACK_PACKAGE_VERSION_MAJOR "5") set(CPACK_PACKAGE_VERSION_MINOR "14") set(CPACK_PACKAGE_VERSION_PATCH "0") set(CPACK_READELF_EXECUTABLE "/usr/bin/readelf") set(CPACK_RESOURCE_FILE_LICENSE "/usr/share/cmake-4.1/Templates/CPack.GenericLicense.txt") set(CPACK_RESOURCE_FILE_README "/usr/share/cmake-4.1/Templates/CPack.GenericDescription.txt") set(CPACK_RESOURCE_FILE_WELCOME "/usr/share/cmake-4.1/Templates/CPack.GenericWelcome.txt") set(CPACK_SET_DESTDIR "OFF") set(CPACK_SOURCE_GENERATOR "TGZ") set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/export/home/andreas/oi-userland/components/games/luanti/build/amd64/CPackSourceConfig.cmake") set(CPACK_SYSTEM_NAME "SunOS") set(CPACK_THREADS "1") set(CPACK_TOPLEVEL_TAG "SunOS") set(CPACK_WIX_SIZEOF_VOID_P "8") if(NOT CPACK_PROPERTIES_FILE) set(CPACK_PROPERTIES_FILE "/export/home/andreas/oi-userland/components/games/luanti/build/amd64/CPackProperties.cmake") endif() if(EXISTS ${CPACK_PROPERTIES_FILE}) include(${CPACK_PROPERTIES_FILE}) endif()