|
@@ -1,11 +1,12 @@
|
|
|
|
|
|
+#conan create . LR04.02_ThirdParty/stable -s arch=x86 -s os=Windows -s compiler="Visual Studio" -s compiler.version=16 -s build_type=Release
|
|
|
+#conan create . LR04.02_ThirdParty/stable -s arch=x86 -s os=Windows -s compiler="Visual Studio" -s compiler.version=16 -s build_type=Debug
|
|
|
+
|
|
|
+#conan create . LR04.02_ThirdParty/stable -s arch=armv8 -s os=Linux -s compiler=gcc -s compiler.libcxx=libstdc++11 -s compiler.version=8 -s build_type=Release
|
|
|
+#conan create . LR04.02_ThirdParty/stable -s arch=armv8 -s os=Linux -s compiler=gcc -s compiler.libcxx=libstdc++11 -s compiler.version=8 -s build_type=Debug
|
|
|
+#conan upload log4cplus/1.2.1@LR04.02_ThirdParty/stable --all -r=conan-cmb
|
|
|
+
|
|
|
set(CONAN_ALLPLATFORM_LIB_NAMES
|
|
|
- #mod_download mod_evtconverter mod_ThermalPrint
|
|
|
- expat/2.1.0@LR04.02_ThirdParty/testing
|
|
|
- #mod_ThermalPrint mod_evtconverter mod_download
|
|
|
- scew/1.1.7@LR04.02_ThirdParty/testing
|
|
|
- #mod_snapshot mod_screenshot mod_RomoteController mod_UpgradeRun mod_upload libscreencodec
|
|
|
- zlib/1.2.11@LR04.02_ThirdParty/stable
|
|
|
#libbizchan mod_screenshot mod_snapshot
|
|
|
openjpeg/2.0.0@LR04.02_ThirdParty/testing
|
|
|
|
|
@@ -25,12 +26,17 @@ set(CONAN_ALLPLATFORM_LIB_NAMES
|
|
|
#cefclient_mutable/3.0@LR04.02_ThirdParty/testing
|
|
|
#mod_chromium mod_RomoteController mod_rpc
|
|
|
boost/1.69.0@LR04.02_ThirdParty/testing
|
|
|
- #liblog4vendor
|
|
|
- log4cplus/1.2.1@LR04.02_ThirdParty/slim # !!!!support build missing!!!!
|
|
|
+
|
|
|
)
|
|
|
|
|
|
if(MSVC)
|
|
|
set(CONAN_CURPLATFORM_LIB_NAMES
|
|
|
+ #mod_snapshot mod_screenshot mod_RomoteController mod_UpgradeRun mod_upload libscreencodec
|
|
|
+ #zlib/1.2.11@LR04.02_ThirdParty/vcpkg
|
|
|
+ #mod_download mod_evtconverter mod_ThermalPrint
|
|
|
+ expat/2.1.0@LR04.02_ThirdParty/stable
|
|
|
+ #mod_ThermalPrint mod_evtconverter mod_download
|
|
|
+ scew/1.1.7@LR04.02_ThirdParty/stable
|
|
|
#mod_snapshot mod_mediacontroller mod_sipphone libvideoqueue
|
|
|
IPP/1.0@LR04.02_ThirdParty/testing
|
|
|
#mod_mediacontroller libaudioframwork showdev mod_sipphone
|
|
@@ -48,9 +54,18 @@ if(MSVC)
|
|
|
#mod_sipphone
|
|
|
sofia/1.12.11@LR04.02_ThirdParty/testing
|
|
|
#mod_sipphone mod_mediacontroller showdev MediaDevDetect libaudioframwork
|
|
|
- portaudio/v190600.20161030@LR04.02_ThirdParty/testing)
|
|
|
+ portaudio/v190600.20161030@LR04.02_ThirdParty/testing
|
|
|
+ #liblog4vendor
|
|
|
+ log4cplus/1.2.1@LR04.02_ThirdParty/stable
|
|
|
+ )
|
|
|
else()
|
|
|
set(CONAN_CURPLATFORM_LIB_NAMES
|
|
|
+ #mod_snapshot mod_screenshot mod_RomoteController mod_UpgradeRun mod_upload libscreencodec
|
|
|
+ #zlib/1.2.11@LR04.02_ThirdParty/stable
|
|
|
+ #mod_download mod_evtconverter mod_ThermalPrint
|
|
|
+ expat/2.1.0@LR04.02_ThirdParty/testing
|
|
|
+ #mod_ThermalPrint mod_evtconverter mod_download
|
|
|
+ scew/1.1.7@LR04.02_ThirdParty/testing
|
|
|
#mod_sipphone mod_IDCertificate libwmvrecord mod_livenessdetection mod_screenshot mod_snapshot libfacecapture libimageproc
|
|
|
opencv/3.1.0@LR04.02_ThirdParty/stable
|
|
|
#mod_sipphone
|
|
@@ -68,9 +83,10 @@ else()
|
|
|
SDL2/2.0.12@LR04.02_ThirdParty/dynamic
|
|
|
#mod_screenshot
|
|
|
libX11/1.6@LR04.02_ThirdParty/testing
|
|
|
+ #liblog4vendor
|
|
|
+ log4cplus/1.2.1@LR04.02_ThirdParty/slim # !!!!support build missing!!!!
|
|
|
#mod_resourceWatcher
|
|
|
sogoulib/2021.1008.01@LR04.02_VendorLib/testing
|
|
|
-
|
|
|
cpprestsdk/2.10.15@LR04.02_ThirdParty/testing
|
|
|
)
|
|
|
|