# 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_BINARY_DEB "OFF") set(CPACK_BINARY_FREEBSD "OFF") set(CPACK_BINARY_IFW "OFF") set(CPACK_BINARY_NSIS "OFF") set(CPACK_BINARY_RPM "OFF") set(CPACK_BINARY_STGZ "ON") set(CPACK_BINARY_TBZ2 "OFF") set(CPACK_BINARY_TGZ "ON") set(CPACK_BINARY_TXZ "OFF") set(CPACK_BINARY_TZ "ON") set(CPACK_BUILD_SOURCE_DIRS "/mnt/public/Repos/ladybird/Build/vcpkg/buildtrees/simdjson/src/v4.2.4-24a69417db.clean;/mnt/mint/home/seanl/mnt/public/Repos/ladybird/Build/vcpkg/buildtrees/simdjson/x64-linux-dynamic-rel") set(CPACK_CMAKE_GENERATOR "Ninja") set(CPACK_COMPONENTS_ALL "Unspecified;simdjson_Development;simdjson_Runtime") set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE") set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE") set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "/mnt/mint/home/seanl/mnt/public/Repos/ladybird/Build/vcpkg/downloads/tools/cmake-3.31.10-linux/cmake-3.31.10-linux-x86_64/share/cmake-3.31/Templates/CPack.GenericDescription.txt") set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "simdjson built using CMake") set(CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE "ON") set(CPACK_GENERATOR "STGZ;TGZ;TZ") set(CPACK_INNOSETUP_ARCHITECTURE "x64") set(CPACK_INSTALL_CMAKE_PROJECTS "/mnt/mint/home/seanl/mnt/public/Repos/ladybird/Build/vcpkg/buildtrees/simdjson/x64-linux-dynamic-rel;simdjson;ALL;/") set(CPACK_INSTALL_PREFIX "/mnt/public/Repos/ladybird/Build/vcpkg/packages/simdjson_x64-linux-dynamic") set(CPACK_MODULE_PATH "") set(CPACK_NSIS_DISPLAY_NAME "simdjson 4.2.4") set(CPACK_NSIS_INSTALLER_ICON_CODE "") set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "") set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES") set(CPACK_NSIS_PACKAGE_NAME "simdjson 4.2.4") set(CPACK_NSIS_UNINSTALL_NAME "Uninstall") set(CPACK_OBJCOPY_EXECUTABLE "/usr/bin/objcopy") set(CPACK_OBJDUMP_EXECUTABLE "/usr/bin/objdump") set(CPACK_OUTPUT_CONFIG_FILE "/mnt/mint/home/seanl/mnt/public/Repos/ladybird/Build/vcpkg/buildtrees/simdjson/x64-linux-dynamic-rel/CPackConfig.cmake") set(CPACK_PACKAGE_CONTACT "lemire@gmail.com") set(CPACK_PACKAGE_DEFAULT_LOCATION "/") set(CPACK_PACKAGE_DESCRIPTION_FILE "/mnt/mint/home/seanl/mnt/public/Repos/ladybird/Build/vcpkg/downloads/tools/cmake-3.31.10-linux/cmake-3.31.10-linux-x86_64/share/cmake-3.31/Templates/CPack.GenericDescription.txt") set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Parsing gigabytes of JSON per second") set(CPACK_PACKAGE_FILE_NAME "simdjson-4.2.4-Linux") set(CPACK_PACKAGE_HOMEPAGE_URL "https://simdjson.org/") set(CPACK_PACKAGE_INSTALL_DIRECTORY "simdjson 4.2.4") set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "simdjson 4.2.4") set(CPACK_PACKAGE_NAME "simdjson") set(CPACK_PACKAGE_RELOCATABLE "true") set(CPACK_PACKAGE_VENDOR "Daniel Lemire") set(CPACK_PACKAGE_VERSION "4.2.4") set(CPACK_PACKAGE_VERSION_MAJOR "4") set(CPACK_PACKAGE_VERSION_MINOR "2") set(CPACK_PACKAGE_VERSION_PATCH "4") set(CPACK_READELF_EXECUTABLE "/usr/bin/readelf") set(CPACK_RESOURCE_FILE_LICENSE "/mnt/public/Repos/ladybird/Build/vcpkg/buildtrees/simdjson/src/v4.2.4-24a69417db.clean/LICENSE") set(CPACK_RESOURCE_FILE_README "/mnt/public/Repos/ladybird/Build/vcpkg/buildtrees/simdjson/src/v4.2.4-24a69417db.clean/README.md") set(CPACK_RESOURCE_FILE_WELCOME "/mnt/mint/home/seanl/mnt/public/Repos/ladybird/Build/vcpkg/downloads/tools/cmake-3.31.10-linux/cmake-3.31.10-linux-x86_64/share/cmake-3.31/Templates/CPack.GenericWelcome.txt") set(CPACK_RPM_PACKAGE_LICENSE "/mnt/public/Repos/ladybird/Build/vcpkg/buildtrees/simdjson/src/v4.2.4-24a69417db.clean/LICENSE") set(CPACK_SET_DESTDIR "OFF") set(CPACK_SOURCE_GENERATOR "TGZ;ZIP") set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/mnt/mint/home/seanl/mnt/public/Repos/ladybird/Build/vcpkg/buildtrees/simdjson/x64-linux-dynamic-rel/CPackSourceConfig.cmake") set(CPACK_SYSTEM_NAME "Linux") set(CPACK_THREADS "1") set(CPACK_TOPLEVEL_TAG "Linux") set(CPACK_WIX_SIZEOF_VOID_P "8") if(NOT CPACK_PROPERTIES_FILE) set(CPACK_PROPERTIES_FILE "/mnt/mint/home/seanl/mnt/public/Repos/ladybird/Build/vcpkg/buildtrees/simdjson/x64-linux-dynamic-rel/CPackProperties.cmake") endif() if(EXISTS ${CPACK_PROPERTIES_FILE}) include(${CPACK_PROPERTIES_FILE}) endif()