@@ -1012,6 +1012,144 @@ unset(_cmake_targets_not_defined)
10121012unset (_cmake_expected_targets)
10131013
10141014
1015+ # Create imported target CURL::libcurl
1016+ add_library (CURL::libcurl SHARED IMPORTED )
1017+
1018+ set_target_properties (CURL::libcurl PROPERTIES
1019+ INTERFACE_INCLUDE_DIRECTORIES "/home/sam/Code/Distributed-Compute-Coin/dcc_client/out-linux/_deps/curl-src/include"
1020+ INTERFACE_LINK_LIBRARIES "dl;OpenSSL::SSL;OpenSSL::Crypto;ZLIB::ZLIB"
1021+ )
1022+
1023+ # Import target "CURL::libcurl" for configuration "Release"
1024+ set_property (TARGET CURL::libcurl APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
1025+ set_target_properties (CURL::libcurl PROPERTIES
1026+ IMPORTED_LOCATION_RELEASE "/home/sam/Code/Distributed-Compute-Coin/dcc_client/out-linux/_deps/curl-build/lib/libcurl.so"
1027+ IMPORTED_SONAME_RELEASE "libcurl.so"
1028+ )
1029+
1030+ # This file does not depend on other imported targets which have
1031+ # been exported from the same project but in a separate export set.
1032+
1033+ # Commands beyond this point should not need to know the version.
1034+ set (CMAKE_IMPORT_FILE_VERSION)
1035+ cmake_policy (POP)
1036+ # Generated by CMake
1037+
1038+ if ("${CMAKE_MAJOR_VERSION} .${CMAKE_MINOR_VERSION} " LESS 2.8)
1039+ message (FATAL_ERROR "CMake >= 2.8.0 required" )
1040+ endif ()
1041+ if (CMAKE_VERSION VERSION_LESS "2.8.3" )
1042+ message (FATAL_ERROR "CMake >= 2.8.3 required" )
1043+ endif ()
1044+ cmake_policy (PUSH)
1045+ cmake_policy (VERSION 2.8.3...3.23)
1046+ #----------------------------------------------------------------
1047+ # Generated CMake target import file.
1048+ #----------------------------------------------------------------
1049+
1050+ # Commands may need to know the format version.
1051+ set (CMAKE_IMPORT_FILE_VERSION 1)
1052+
1053+ # Protect against multiple inclusion, which would fail when already imported targets are added once more.
1054+ set (_cmake_targets_defined "" )
1055+ set (_cmake_targets_not_defined "" )
1056+ set (_cmake_expected_targets "" )
1057+ foreach (_cmake_expected_target IN ITEMS CURL::libcurl)
1058+ list (APPEND _cmake_expected_targets "${_cmake_expected_target} " )
1059+ if (TARGET "${_cmake_expected_target} " )
1060+ list (APPEND _cmake_targets_defined "${_cmake_expected_target} " )
1061+ else ()
1062+ list (APPEND _cmake_targets_not_defined "${_cmake_expected_target} " )
1063+ endif ()
1064+ endforeach ()
1065+ unset (_cmake_expected_target)
1066+ if (_cmake_targets_defined STREQUAL _cmake_expected_targets)
1067+ unset (_cmake_targets_defined)
1068+ unset (_cmake_targets_not_defined)
1069+ unset (_cmake_expected_targets)
1070+ unset (CMAKE_IMPORT_FILE_VERSION)
1071+ cmake_policy (POP)
1072+ return ()
1073+ endif ()
1074+ if (NOT _cmake_targets_defined STREQUAL "" )
1075+ string (REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined} " )
1076+ string (REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined} " )
1077+ message (FATAL_ERROR "Some (but not all) targets in this export set were already defined.\n Targets Defined: ${_cmake_targets_defined_text} \n Targets not yet defined: ${_cmake_targets_not_defined_text} \n " )
1078+ endif ()
1079+ unset (_cmake_targets_defined)
1080+ unset (_cmake_targets_not_defined)
1081+ unset (_cmake_expected_targets)
1082+
1083+
1084+ # Create imported target CURL::libcurl
1085+ add_library (CURL::libcurl SHARED IMPORTED )
1086+
1087+ set_target_properties (CURL::libcurl PROPERTIES
1088+ INTERFACE_INCLUDE_DIRECTORIES "/home/sam/Code/Distributed-Compute-Coin/dcc_client/out-linux/_deps/curl-src/include"
1089+ INTERFACE_LINK_LIBRARIES "dl;OpenSSL::SSL;OpenSSL::Crypto;ZLIB::ZLIB"
1090+ )
1091+
1092+ # Import target "CURL::libcurl" for configuration "Release"
1093+ set_property (TARGET CURL::libcurl APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
1094+ set_target_properties (CURL::libcurl PROPERTIES
1095+ IMPORTED_LOCATION_RELEASE "/home/sam/Code/Distributed-Compute-Coin/dcc_client/out-linux/_deps/curl-build/lib/libcurl.so"
1096+ IMPORTED_SONAME_RELEASE "libcurl.so"
1097+ )
1098+
1099+ # This file does not depend on other imported targets which have
1100+ # been exported from the same project but in a separate export set.
1101+
1102+ # Commands beyond this point should not need to know the version.
1103+ set (CMAKE_IMPORT_FILE_VERSION)
1104+ cmake_policy (POP)
1105+ # Generated by CMake
1106+
1107+ if ("${CMAKE_MAJOR_VERSION} .${CMAKE_MINOR_VERSION} " LESS 2.8)
1108+ message (FATAL_ERROR "CMake >= 2.8.0 required" )
1109+ endif ()
1110+ if (CMAKE_VERSION VERSION_LESS "2.8.3" )
1111+ message (FATAL_ERROR "CMake >= 2.8.3 required" )
1112+ endif ()
1113+ cmake_policy (PUSH)
1114+ cmake_policy (VERSION 2.8.3...3.23)
1115+ #----------------------------------------------------------------
1116+ # Generated CMake target import file.
1117+ #----------------------------------------------------------------
1118+
1119+ # Commands may need to know the format version.
1120+ set (CMAKE_IMPORT_FILE_VERSION 1)
1121+
1122+ # Protect against multiple inclusion, which would fail when already imported targets are added once more.
1123+ set (_cmake_targets_defined "" )
1124+ set (_cmake_targets_not_defined "" )
1125+ set (_cmake_expected_targets "" )
1126+ foreach (_cmake_expected_target IN ITEMS CURL::libcurl)
1127+ list (APPEND _cmake_expected_targets "${_cmake_expected_target} " )
1128+ if (TARGET "${_cmake_expected_target} " )
1129+ list (APPEND _cmake_targets_defined "${_cmake_expected_target} " )
1130+ else ()
1131+ list (APPEND _cmake_targets_not_defined "${_cmake_expected_target} " )
1132+ endif ()
1133+ endforeach ()
1134+ unset (_cmake_expected_target)
1135+ if (_cmake_targets_defined STREQUAL _cmake_expected_targets)
1136+ unset (_cmake_targets_defined)
1137+ unset (_cmake_targets_not_defined)
1138+ unset (_cmake_expected_targets)
1139+ unset (CMAKE_IMPORT_FILE_VERSION)
1140+ cmake_policy (POP)
1141+ return ()
1142+ endif ()
1143+ if (NOT _cmake_targets_defined STREQUAL "" )
1144+ string (REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined} " )
1145+ string (REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined} " )
1146+ message (FATAL_ERROR "Some (but not all) targets in this export set were already defined.\n Targets Defined: ${_cmake_targets_defined_text} \n Targets not yet defined: ${_cmake_targets_not_defined_text} \n " )
1147+ endif ()
1148+ unset (_cmake_targets_defined)
1149+ unset (_cmake_targets_not_defined)
1150+ unset (_cmake_expected_targets)
1151+
1152+
10151153# Create imported target CURL::libcurl
10161154add_library (CURL::libcurl SHARED IMPORTED )
10171155
0 commit comments