# Install script for directory: /opt/logicmoo_workspace/swipl-devel/packages/pengines # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) set(CMAKE_INSTALL_PREFIX "/usr") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") # Set the install configuration name. if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) if(BUILD_TYPE) string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") else() set(CMAKE_INSTALL_CONFIG_NAME "Release") endif() message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") endif() # Set the component getting installed. if(NOT CMAKE_INSTALL_COMPONENT) if(COMPONENT) message(STATUS "Install component: \"${COMPONENT}\"") set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") else() set(CMAKE_INSTALL_COMPONENT) endif() endif() # Install shared libraries without execute permission? if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) set(CMAKE_INSTALL_SO_NO_EXE "1") endif() # Is this installation the result of a crosscompile? if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "FALSE") endif() # Set default install directory permissions. if(NOT DEFINED CMAKE_OBJDUMP) set(CMAKE_OBJDUMP "/usr/bin/objdump") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Core_packages" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/swipl/library" TYPE FILE MESSAGE_NEVER FILES "/opt/logicmoo_workspace/swipl-devel/packages/pengines/pengines.pl" "/opt/logicmoo_workspace/swipl-devel/packages/pengines/pengines_io.pl" "/opt/logicmoo_workspace/swipl-devel/packages/pengines/term_to_json.pl" "/opt/logicmoo_workspace/swipl-devel/packages/pengines/pengines_sandbox.pl" ) endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Core_packages" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/swipl/library/http/web/js" TYPE FILE MESSAGE_NEVER FILES "/opt/logicmoo_workspace/swipl-devel/packages/pengines/web/js/pengines.js") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Core_packages" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/swipl/library/http/web/css" TYPE FILE MESSAGE_NEVER FILES "/opt/logicmoo_workspace/swipl-devel/packages/pengines/web/css/plterm.css") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Examples" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/swipl/doc/packages/examples/pengines" TYPE FILE MESSAGE_NEVER FILES "/opt/logicmoo_workspace/swipl-devel/packages/pengines/examples/client.pl" "/opt/logicmoo_workspace/swipl-devel/packages/pengines/examples/server.pl" ) endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Examples" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/swipl/doc/packages/examples/pengines/web" TYPE FILE MESSAGE_NEVER FILES "/opt/logicmoo_workspace/swipl-devel/packages/pengines/examples/web//chunking.html" "/opt/logicmoo_workspace/swipl-devel/packages/pengines/examples/web//debugging.html" "/opt/logicmoo_workspace/swipl-devel/packages/pengines/examples/web//hack.html" "/opt/logicmoo_workspace/swipl-devel/packages/pengines/examples/web//index.html" "/opt/logicmoo_workspace/swipl-devel/packages/pengines/examples/web//input_output.html" "/opt/logicmoo_workspace/swipl-devel/packages/pengines/examples/web//pengine.html" "/opt/logicmoo_workspace/swipl-devel/packages/pengines/examples/web//queen.png" "/opt/logicmoo_workspace/swipl-devel/packages/pengines/examples/web//queens.html" "/opt/logicmoo_workspace/swipl-devel/packages/pengines/examples/web//simple.html" "/opt/logicmoo_workspace/swipl-devel/packages/pengines/examples/web//update-jquery" ) endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Documentation" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/swipl/doc/packages" TYPE FILE OPTIONAL MESSAGE_NEVER FILES "/opt/logicmoo_workspace/swipl-devel/build/packages/pengines//pengines.html" "/opt/logicmoo_workspace/swipl-devel/build/packages/pengines//pltpsynch.png" "/opt/logicmoo_workspace/swipl-devel/build/packages/pengines//penarch.png" "/opt/logicmoo_workspace/swipl-devel/build/packages/pengines//pltpruncolour.png" ) endif()