增加libcurl库调用百度API,与原来的的go命令执行调用API两种。libcurl涉及静态链接,考虑使用哪种?
This commit is contained in:
29
libcjson/lib/cmake/cJSON/cjson-noconfig.cmake
Normal file
29
libcjson/lib/cmake/cJSON/cjson-noconfig.cmake
Normal file
@@ -0,0 +1,29 @@
|
||||
#----------------------------------------------------------------
|
||||
# Generated CMake target import file.
|
||||
#----------------------------------------------------------------
|
||||
|
||||
# Commands may need to know the format version.
|
||||
set(CMAKE_IMPORT_FILE_VERSION 1)
|
||||
|
||||
# Import target "cjson" for configuration ""
|
||||
set_property(TARGET cjson APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
|
||||
set_target_properties(cjson PROPERTIES
|
||||
IMPORTED_LOCATION_NOCONFIG "/opt/libcjson/lib/libcjson.so.1.7.18"
|
||||
IMPORTED_SONAME_NOCONFIG "libcjson.so.1"
|
||||
)
|
||||
|
||||
list(APPEND _cmake_import_check_targets cjson )
|
||||
list(APPEND _cmake_import_check_files_for_cjson "/opt/libcjson/lib/libcjson.so.1.7.18" )
|
||||
|
||||
# Import target "cjson-static" for configuration ""
|
||||
set_property(TARGET cjson-static APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG)
|
||||
set_target_properties(cjson-static PROPERTIES
|
||||
IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "C"
|
||||
IMPORTED_LOCATION_NOCONFIG "/opt/libcjson/lib/libcjson.a"
|
||||
)
|
||||
|
||||
list(APPEND _cmake_import_check_targets cjson-static )
|
||||
list(APPEND _cmake_import_check_files_for_cjson-static "/opt/libcjson/lib/libcjson.a" )
|
||||
|
||||
# Commands beyond this point should not need to know the version.
|
||||
set(CMAKE_IMPORT_FILE_VERSION)
|
||||
Reference in New Issue
Block a user