First commit
This commit is contained in:
71
build/_sysbuild/autoconf.h
Normal file
71
build/_sysbuild/autoconf.h
Normal file
@@ -0,0 +1,71 @@
|
||||
#define SB_CONFIG_BOARD "phf000_board"
|
||||
#define SB_CONFIG_BOARD_REVISION ""
|
||||
#define SB_CONFIG_BOARD_PHF000_BOARD 1
|
||||
#define SB_CONFIG_BOARD_PHF000_BOARD_NRF52833 1
|
||||
#define SB_CONFIG_BOARD_QUALIFIERS "nrf52833"
|
||||
#define SB_CONFIG_SOC "nrf52833"
|
||||
#define SB_CONFIG_SOC_SERIES "nrf52"
|
||||
#define SB_CONFIG_SOC_FAMILY "nordic_nrf"
|
||||
#define SB_CONFIG_SOC_TOOLCHAIN_NAME "amd_acp_6_0_adsp"
|
||||
#define SB_CONFIG_SOC_FAMILY_NORDIC_NRF 1
|
||||
#define SB_CONFIG_SOC_SERIES_NRF52X 1
|
||||
#define SB_CONFIG_SOC_NRF52833 1
|
||||
#define SB_CONFIG_SOC_NRF52833_QDAA 1
|
||||
#define SB_CONFIG_PARTITION_MANAGER 1
|
||||
#define SB_CONFIG_BUILD_OUTPUT_BIN 1
|
||||
#define SB_CONFIG_BUILD_OUTPUT_HEX 1
|
||||
#define SB_CONFIG_APPCORE_REMOTE_BOARD_TARGET_CPUCLUSTER "cpuapp"
|
||||
#define SB_CONFIG_APPCORE_REMOTE_DOMAIN "CPUAPP"
|
||||
#define SB_CONFIG_BT_FAST_PAIR_MODEL_ID 0x1000000
|
||||
#define SB_CONFIG_BT_FAST_PAIR_ANTI_SPOOFING_PRIVATE_KEY ""
|
||||
#define SB_CONFIG_APPROTECT_NO_SYSBUILD 1
|
||||
#define SB_CONFIG_ZEPHYR_NRF_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_HOSTAP_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_MCUBOOT_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_MBEDTLS_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_OBERON_PSA_CRYPTO_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_TRUSTED_FIRMWARE_M_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_PSA_ARCH_TESTS_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_CJSON_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_AZURE_SDK_FOR_C_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_CIRRUS_LOGIC_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_OPENTHREAD_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_SUIT_GENERATOR_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_SUIT_PROCESSOR_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_MEMFAULT_FIRMWARE_SDK_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_COREMARK_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_CANOPENNODE_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_CHRE_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_LZ4_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_NANOPB_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_TF_M_TESTS_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_ZSCILIB_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_CMSIS_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_CMSIS_DSP_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_CMSIS_NN_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_FATFS_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_HAL_NORDIC_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_HAL_ST_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_HAL_TDK_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_HAL_WURTHELEKTRONIK_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_LIBLC3_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_LIBMETAL_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_LITTLEFS_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_LORAMAC_NODE_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_LVGL_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_MIPI_SYS_T_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_NRF_WIFI_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_OPEN_AMP_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_PERCEPIO_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_PICOLIBC_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_SEGGER_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_TINYCRYPT_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_UOSCORE_UEDHOC_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_ZCBOR_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_NRFXLIB_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_NRF_HW_MODELS_MODULE 1
|
||||
#define SB_CONFIG_ZEPHYR_CONNECTEDHOMEIP_MODULE 1
|
||||
#define SB_CONFIG_WARN_DEPRECATED 1
|
||||
#define SB_CONFIG_SUPPORT_BOOTLOADER 1
|
||||
#define SB_CONFIG_SUPPORT_BOOTLOADER_MCUBOOT_ZEPHYR 1
|
||||
#define SB_CONFIG_BOOTLOADER_NONE 1
|
||||
44
build/_sysbuild/cmake_install.cmake
Normal file
44
build/_sysbuild/cmake_install.cmake
Normal file
@@ -0,0 +1,44 @@
|
||||
# Install script for directory: /home/miguel/ncs/v3.0.2/zephyr/share/sysbuild/template
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||
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 "")
|
||||
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()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/miguel/Documents/GardenProject/Software/PHF000-Firmware/build/_sysbuild/sysbuild/images/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
0
build/_sysbuild/empty.conf
Normal file
0
build/_sysbuild/empty.conf
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"sources" :
|
||||
[
|
||||
{
|
||||
"file" : "/home/miguel/Documents/GardenProject/Software/PHF000-Firmware/build/_sysbuild/sysbuild/images/CMakeFiles/PHF000-Firmware"
|
||||
},
|
||||
{
|
||||
"file" : "/home/miguel/Documents/GardenProject/Software/PHF000-Firmware/build/_sysbuild/sysbuild/images/CMakeFiles/PHF000-Firmware.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/miguel/Documents/GardenProject/Software/PHF000-Firmware/build/_sysbuild/sysbuild/images/CMakeFiles/PHF000-Firmware-complete.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/miguel/Documents/GardenProject/Software/PHF000-Firmware/build/_sysbuild/sysbuild/images/PHF000-Firmware-prefix/src/PHF000-Firmware-stamp/PHF000-Firmware-build.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/miguel/Documents/GardenProject/Software/PHF000-Firmware/build/_sysbuild/sysbuild/images/PHF000-Firmware-prefix/src/PHF000-Firmware-stamp/PHF000-Firmware-configure.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/miguel/Documents/GardenProject/Software/PHF000-Firmware/build/_sysbuild/sysbuild/images/PHF000-Firmware-prefix/src/PHF000-Firmware-stamp/PHF000-Firmware-download.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/miguel/Documents/GardenProject/Software/PHF000-Firmware/build/_sysbuild/sysbuild/images/PHF000-Firmware-prefix/src/PHF000-Firmware-stamp/PHF000-Firmware-install.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/miguel/Documents/GardenProject/Software/PHF000-Firmware/build/_sysbuild/sysbuild/images/PHF000-Firmware-prefix/src/PHF000-Firmware-stamp/PHF000-Firmware-mkdir.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/miguel/Documents/GardenProject/Software/PHF000-Firmware/build/_sysbuild/sysbuild/images/PHF000-Firmware-prefix/src/PHF000-Firmware-stamp/PHF000-Firmware-patch.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/miguel/Documents/GardenProject/Software/PHF000-Firmware/build/_sysbuild/sysbuild/images/PHF000-Firmware-prefix/src/PHF000-Firmware-stamp/PHF000-Firmware-update.rule"
|
||||
}
|
||||
],
|
||||
"target" :
|
||||
{
|
||||
"labels" :
|
||||
[
|
||||
"PHF000-Firmware"
|
||||
],
|
||||
"name" : "PHF000-Firmware"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
# Target labels
|
||||
PHF000-Firmware
|
||||
# Source files and their labels
|
||||
/home/miguel/Documents/GardenProject/Software/PHF000-Firmware/build/_sysbuild/sysbuild/images/CMakeFiles/PHF000-Firmware
|
||||
/home/miguel/Documents/GardenProject/Software/PHF000-Firmware/build/_sysbuild/sysbuild/images/CMakeFiles/PHF000-Firmware.rule
|
||||
/home/miguel/Documents/GardenProject/Software/PHF000-Firmware/build/_sysbuild/sysbuild/images/CMakeFiles/PHF000-Firmware-complete.rule
|
||||
/home/miguel/Documents/GardenProject/Software/PHF000-Firmware/build/_sysbuild/sysbuild/images/PHF000-Firmware-prefix/src/PHF000-Firmware-stamp/PHF000-Firmware-build.rule
|
||||
/home/miguel/Documents/GardenProject/Software/PHF000-Firmware/build/_sysbuild/sysbuild/images/PHF000-Firmware-prefix/src/PHF000-Firmware-stamp/PHF000-Firmware-configure.rule
|
||||
/home/miguel/Documents/GardenProject/Software/PHF000-Firmware/build/_sysbuild/sysbuild/images/PHF000-Firmware-prefix/src/PHF000-Firmware-stamp/PHF000-Firmware-download.rule
|
||||
/home/miguel/Documents/GardenProject/Software/PHF000-Firmware/build/_sysbuild/sysbuild/images/PHF000-Firmware-prefix/src/PHF000-Firmware-stamp/PHF000-Firmware-install.rule
|
||||
/home/miguel/Documents/GardenProject/Software/PHF000-Firmware/build/_sysbuild/sysbuild/images/PHF000-Firmware-prefix/src/PHF000-Firmware-stamp/PHF000-Firmware-mkdir.rule
|
||||
/home/miguel/Documents/GardenProject/Software/PHF000-Firmware/build/_sysbuild/sysbuild/images/PHF000-Firmware-prefix/src/PHF000-Firmware-stamp/PHF000-Firmware-patch.rule
|
||||
/home/miguel/Documents/GardenProject/Software/PHF000-Firmware/build/_sysbuild/sysbuild/images/PHF000-Firmware-prefix/src/PHF000-Firmware-stamp/PHF000-Firmware-update.rule
|
||||
@@ -0,0 +1 @@
|
||||
cmd=''
|
||||
@@ -0,0 +1 @@
|
||||
cmd='@cmd@'
|
||||
39
build/_sysbuild/sysbuild/images/boards/cmake_install.cmake
Normal file
39
build/_sysbuild/sysbuild/images/boards/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
||||
# Install script for directory: /home/miguel/ncs/v3.0.2/zephyr/share/sysbuild/images/boards
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||
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 "")
|
||||
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()
|
||||
|
||||
@@ -0,0 +1,39 @@
|
||||
# Install script for directory: /home/miguel/ncs/v3.0.2/zephyr/share/sysbuild/images/bootloader
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||
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 "")
|
||||
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()
|
||||
|
||||
64
build/_sysbuild/sysbuild/images/cmake_install.cmake
Normal file
64
build/_sysbuild/sysbuild/images/cmake_install.cmake
Normal file
@@ -0,0 +1,64 @@
|
||||
# Install script for directory: /home/miguel/ncs/v3.0.2/zephyr/share/sysbuild/images
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||
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 "")
|
||||
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()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/miguel/Documents/GardenProject/Software/PHF000-Firmware/build/_sysbuild/sysbuild/images/bootloader/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/miguel/Documents/GardenProject/Software/PHF000-Firmware/build/modules/nrf/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/miguel/Documents/GardenProject/Software/PHF000-Firmware/build/modules/mcuboot/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/miguel/Documents/GardenProject/Software/PHF000-Firmware/build/_sysbuild/sysbuild/images/boards/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/miguel/Documents/GardenProject/Software/PHF000-Firmware/build/_sysbuild/sysbuild/images/soc/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
39
build/_sysbuild/sysbuild/images/soc/cmake_install.cmake
Normal file
39
build/_sysbuild/sysbuild/images/soc/cmake_install.cmake
Normal file
@@ -0,0 +1,39 @@
|
||||
# Install script for directory: /home/miguel/ncs/v3.0.2/zephyr/share/sysbuild/images/soc
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||
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 "")
|
||||
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()
|
||||
|
||||
Reference in New Issue
Block a user