@@ -2806,6 +2806,282 @@ unset(_cmake_targets_not_defined)
28062806unset (_cmake_expected_targets)
28072807
28082808
2809+ # Create imported target CURL::libcurl
2810+ add_library (CURL::libcurl SHARED IMPORTED )
2811+
2812+ set_target_properties (CURL::libcurl PROPERTIES
2813+ INTERFACE_INCLUDE_DIRECTORIES "/home/sam/Code/Distributed-Compute-Coin/dcc_client/out-linux/_deps/curl-src/include"
2814+ INTERFACE_LINK_LIBRARIES "dl;OpenSSL::SSL;OpenSSL::Crypto;ZLIB::ZLIB"
2815+ )
2816+
2817+ # Import target "CURL::libcurl" for configuration "Release"
2818+ set_property (TARGET CURL::libcurl APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
2819+ set_target_properties (CURL::libcurl PROPERTIES
2820+ IMPORTED_LOCATION_RELEASE "/home/sam/Code/Distributed-Compute-Coin/dcc_client/out-linux/_deps/curl-build/lib/libcurl.so"
2821+ IMPORTED_SONAME_RELEASE "libcurl.so"
2822+ )
2823+
2824+ # This file does not depend on other imported targets which have
2825+ # been exported from the same project but in a separate export set.
2826+
2827+ # Commands beyond this point should not need to know the version.
2828+ set (CMAKE_IMPORT_FILE_VERSION)
2829+ cmake_policy (POP)
2830+ # Generated by CMake
2831+
2832+ if ("${CMAKE_MAJOR_VERSION} .${CMAKE_MINOR_VERSION} " LESS 2.8)
2833+ message (FATAL_ERROR "CMake >= 2.8.0 required" )
2834+ endif ()
2835+ if (CMAKE_VERSION VERSION_LESS "2.8.3" )
2836+ message (FATAL_ERROR "CMake >= 2.8.3 required" )
2837+ endif ()
2838+ cmake_policy (PUSH)
2839+ cmake_policy (VERSION 2.8.3...3.23)
2840+ #----------------------------------------------------------------
2841+ # Generated CMake target import file.
2842+ #----------------------------------------------------------------
2843+
2844+ # Commands may need to know the format version.
2845+ set (CMAKE_IMPORT_FILE_VERSION 1)
2846+
2847+ # Protect against multiple inclusion, which would fail when already imported targets are added once more.
2848+ set (_cmake_targets_defined "" )
2849+ set (_cmake_targets_not_defined "" )
2850+ set (_cmake_expected_targets "" )
2851+ foreach (_cmake_expected_target IN ITEMS CURL::libcurl)
2852+ list (APPEND _cmake_expected_targets "${_cmake_expected_target} " )
2853+ if (TARGET "${_cmake_expected_target} " )
2854+ list (APPEND _cmake_targets_defined "${_cmake_expected_target} " )
2855+ else ()
2856+ list (APPEND _cmake_targets_not_defined "${_cmake_expected_target} " )
2857+ endif ()
2858+ endforeach ()
2859+ unset (_cmake_expected_target)
2860+ if (_cmake_targets_defined STREQUAL _cmake_expected_targets)
2861+ unset (_cmake_targets_defined)
2862+ unset (_cmake_targets_not_defined)
2863+ unset (_cmake_expected_targets)
2864+ unset (CMAKE_IMPORT_FILE_VERSION)
2865+ cmake_policy (POP)
2866+ return ()
2867+ endif ()
2868+ if (NOT _cmake_targets_defined STREQUAL "" )
2869+ string (REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined} " )
2870+ string (REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined} " )
2871+ 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 " )
2872+ endif ()
2873+ unset (_cmake_targets_defined)
2874+ unset (_cmake_targets_not_defined)
2875+ unset (_cmake_expected_targets)
2876+
2877+
2878+ # Create imported target CURL::libcurl
2879+ add_library (CURL::libcurl SHARED IMPORTED )
2880+
2881+ set_target_properties (CURL::libcurl PROPERTIES
2882+ INTERFACE_INCLUDE_DIRECTORIES "/home/sam/Code/Distributed-Compute-Coin/dcc_client/out-linux/_deps/curl-src/include"
2883+ INTERFACE_LINK_LIBRARIES "dl;OpenSSL::SSL;OpenSSL::Crypto;ZLIB::ZLIB"
2884+ )
2885+
2886+ # Import target "CURL::libcurl" for configuration "Release"
2887+ set_property (TARGET CURL::libcurl APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
2888+ set_target_properties (CURL::libcurl PROPERTIES
2889+ IMPORTED_LOCATION_RELEASE "/home/sam/Code/Distributed-Compute-Coin/dcc_client/out-linux/_deps/curl-build/lib/libcurl.so"
2890+ IMPORTED_SONAME_RELEASE "libcurl.so"
2891+ )
2892+
2893+ # This file does not depend on other imported targets which have
2894+ # been exported from the same project but in a separate export set.
2895+
2896+ # Commands beyond this point should not need to know the version.
2897+ set (CMAKE_IMPORT_FILE_VERSION)
2898+ cmake_policy (POP)
2899+ # Generated by CMake
2900+
2901+ if ("${CMAKE_MAJOR_VERSION} .${CMAKE_MINOR_VERSION} " LESS 2.8)
2902+ message (FATAL_ERROR "CMake >= 2.8.0 required" )
2903+ endif ()
2904+ if (CMAKE_VERSION VERSION_LESS "2.8.3" )
2905+ message (FATAL_ERROR "CMake >= 2.8.3 required" )
2906+ endif ()
2907+ cmake_policy (PUSH)
2908+ cmake_policy (VERSION 2.8.3...3.23)
2909+ #----------------------------------------------------------------
2910+ # Generated CMake target import file.
2911+ #----------------------------------------------------------------
2912+
2913+ # Commands may need to know the format version.
2914+ set (CMAKE_IMPORT_FILE_VERSION 1)
2915+
2916+ # Protect against multiple inclusion, which would fail when already imported targets are added once more.
2917+ set (_cmake_targets_defined "" )
2918+ set (_cmake_targets_not_defined "" )
2919+ set (_cmake_expected_targets "" )
2920+ foreach (_cmake_expected_target IN ITEMS CURL::libcurl)
2921+ list (APPEND _cmake_expected_targets "${_cmake_expected_target} " )
2922+ if (TARGET "${_cmake_expected_target} " )
2923+ list (APPEND _cmake_targets_defined "${_cmake_expected_target} " )
2924+ else ()
2925+ list (APPEND _cmake_targets_not_defined "${_cmake_expected_target} " )
2926+ endif ()
2927+ endforeach ()
2928+ unset (_cmake_expected_target)
2929+ if (_cmake_targets_defined STREQUAL _cmake_expected_targets)
2930+ unset (_cmake_targets_defined)
2931+ unset (_cmake_targets_not_defined)
2932+ unset (_cmake_expected_targets)
2933+ unset (CMAKE_IMPORT_FILE_VERSION)
2934+ cmake_policy (POP)
2935+ return ()
2936+ endif ()
2937+ if (NOT _cmake_targets_defined STREQUAL "" )
2938+ string (REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined} " )
2939+ string (REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined} " )
2940+ 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 " )
2941+ endif ()
2942+ unset (_cmake_targets_defined)
2943+ unset (_cmake_targets_not_defined)
2944+ unset (_cmake_expected_targets)
2945+
2946+
2947+ # Create imported target CURL::libcurl
2948+ add_library (CURL::libcurl SHARED IMPORTED )
2949+
2950+ set_target_properties (CURL::libcurl PROPERTIES
2951+ INTERFACE_INCLUDE_DIRECTORIES "/home/sam/Code/Distributed-Compute-Coin/dcc_client/out-linux/_deps/curl-src/include"
2952+ INTERFACE_LINK_LIBRARIES "dl;OpenSSL::SSL;OpenSSL::Crypto;ZLIB::ZLIB"
2953+ )
2954+
2955+ # Import target "CURL::libcurl" for configuration "Release"
2956+ set_property (TARGET CURL::libcurl APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
2957+ set_target_properties (CURL::libcurl PROPERTIES
2958+ IMPORTED_LOCATION_RELEASE "/home/sam/Code/Distributed-Compute-Coin/dcc_client/out-linux/_deps/curl-build/lib/libcurl.so"
2959+ IMPORTED_SONAME_RELEASE "libcurl.so"
2960+ )
2961+
2962+ # This file does not depend on other imported targets which have
2963+ # been exported from the same project but in a separate export set.
2964+
2965+ # Commands beyond this point should not need to know the version.
2966+ set (CMAKE_IMPORT_FILE_VERSION)
2967+ cmake_policy (POP)
2968+ # Generated by CMake
2969+
2970+ if ("${CMAKE_MAJOR_VERSION} .${CMAKE_MINOR_VERSION} " LESS 2.8)
2971+ message (FATAL_ERROR "CMake >= 2.8.0 required" )
2972+ endif ()
2973+ if (CMAKE_VERSION VERSION_LESS "2.8.3" )
2974+ message (FATAL_ERROR "CMake >= 2.8.3 required" )
2975+ endif ()
2976+ cmake_policy (PUSH)
2977+ cmake_policy (VERSION 2.8.3...3.23)
2978+ #----------------------------------------------------------------
2979+ # Generated CMake target import file.
2980+ #----------------------------------------------------------------
2981+
2982+ # Commands may need to know the format version.
2983+ set (CMAKE_IMPORT_FILE_VERSION 1)
2984+
2985+ # Protect against multiple inclusion, which would fail when already imported targets are added once more.
2986+ set (_cmake_targets_defined "" )
2987+ set (_cmake_targets_not_defined "" )
2988+ set (_cmake_expected_targets "" )
2989+ foreach (_cmake_expected_target IN ITEMS CURL::libcurl)
2990+ list (APPEND _cmake_expected_targets "${_cmake_expected_target} " )
2991+ if (TARGET "${_cmake_expected_target} " )
2992+ list (APPEND _cmake_targets_defined "${_cmake_expected_target} " )
2993+ else ()
2994+ list (APPEND _cmake_targets_not_defined "${_cmake_expected_target} " )
2995+ endif ()
2996+ endforeach ()
2997+ unset (_cmake_expected_target)
2998+ if (_cmake_targets_defined STREQUAL _cmake_expected_targets)
2999+ unset (_cmake_targets_defined)
3000+ unset (_cmake_targets_not_defined)
3001+ unset (_cmake_expected_targets)
3002+ unset (CMAKE_IMPORT_FILE_VERSION)
3003+ cmake_policy (POP)
3004+ return ()
3005+ endif ()
3006+ if (NOT _cmake_targets_defined STREQUAL "" )
3007+ string (REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined} " )
3008+ string (REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined} " )
3009+ 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 " )
3010+ endif ()
3011+ unset (_cmake_targets_defined)
3012+ unset (_cmake_targets_not_defined)
3013+ unset (_cmake_expected_targets)
3014+
3015+
3016+ # Create imported target CURL::libcurl
3017+ add_library (CURL::libcurl SHARED IMPORTED )
3018+
3019+ set_target_properties (CURL::libcurl PROPERTIES
3020+ INTERFACE_INCLUDE_DIRECTORIES "/home/sam/Code/Distributed-Compute-Coin/dcc_client/out-linux/_deps/curl-src/include"
3021+ INTERFACE_LINK_LIBRARIES "dl;OpenSSL::SSL;OpenSSL::Crypto;ZLIB::ZLIB"
3022+ )
3023+
3024+ # Import target "CURL::libcurl" for configuration "Release"
3025+ set_property (TARGET CURL::libcurl APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
3026+ set_target_properties (CURL::libcurl PROPERTIES
3027+ IMPORTED_LOCATION_RELEASE "/home/sam/Code/Distributed-Compute-Coin/dcc_client/out-linux/_deps/curl-build/lib/libcurl.so"
3028+ IMPORTED_SONAME_RELEASE "libcurl.so"
3029+ )
3030+
3031+ # This file does not depend on other imported targets which have
3032+ # been exported from the same project but in a separate export set.
3033+
3034+ # Commands beyond this point should not need to know the version.
3035+ set (CMAKE_IMPORT_FILE_VERSION)
3036+ cmake_policy (POP)
3037+ # Generated by CMake
3038+
3039+ if ("${CMAKE_MAJOR_VERSION} .${CMAKE_MINOR_VERSION} " LESS 2.8)
3040+ message (FATAL_ERROR "CMake >= 2.8.0 required" )
3041+ endif ()
3042+ if (CMAKE_VERSION VERSION_LESS "2.8.3" )
3043+ message (FATAL_ERROR "CMake >= 2.8.3 required" )
3044+ endif ()
3045+ cmake_policy (PUSH)
3046+ cmake_policy (VERSION 2.8.3...3.23)
3047+ #----------------------------------------------------------------
3048+ # Generated CMake target import file.
3049+ #----------------------------------------------------------------
3050+
3051+ # Commands may need to know the format version.
3052+ set (CMAKE_IMPORT_FILE_VERSION 1)
3053+
3054+ # Protect against multiple inclusion, which would fail when already imported targets are added once more.
3055+ set (_cmake_targets_defined "" )
3056+ set (_cmake_targets_not_defined "" )
3057+ set (_cmake_expected_targets "" )
3058+ foreach (_cmake_expected_target IN ITEMS CURL::libcurl)
3059+ list (APPEND _cmake_expected_targets "${_cmake_expected_target} " )
3060+ if (TARGET "${_cmake_expected_target} " )
3061+ list (APPEND _cmake_targets_defined "${_cmake_expected_target} " )
3062+ else ()
3063+ list (APPEND _cmake_targets_not_defined "${_cmake_expected_target} " )
3064+ endif ()
3065+ endforeach ()
3066+ unset (_cmake_expected_target)
3067+ if (_cmake_targets_defined STREQUAL _cmake_expected_targets)
3068+ unset (_cmake_targets_defined)
3069+ unset (_cmake_targets_not_defined)
3070+ unset (_cmake_expected_targets)
3071+ unset (CMAKE_IMPORT_FILE_VERSION)
3072+ cmake_policy (POP)
3073+ return ()
3074+ endif ()
3075+ if (NOT _cmake_targets_defined STREQUAL "" )
3076+ string (REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined} " )
3077+ string (REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined} " )
3078+ 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 " )
3079+ endif ()
3080+ unset (_cmake_targets_defined)
3081+ unset (_cmake_targets_not_defined)
3082+ unset (_cmake_expected_targets)
3083+
3084+
28093085# Create imported target CURL::libcurl
28103086add_library (CURL::libcurl SHARED IMPORTED )
28113087
0 commit comments