| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- 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
- #mod_sipphone libwmvrecord libaudioframwork mod_mediacontroller libaudiorender
- SpeexDSP/1.2rc3@LR04.02_ThirdParty/testing
- #showdev mod_mediacontroller mod_sipphone libaudioframwork
- spandsp/0.0.6@LR04.02_ThirdParty/testing
- #libaudioframwork
- libtiff/4.0.9@LR04.02_ThirdParty/testing
- #libwmvrecord
- freetype/2.10.0@LR04.02_ThirdParty/testing
- #include/test
- Catch/2.13.0@LR04.02_ThirdParty/stable
- #mod_CustMngrAuth mod_uplog
- jsoncpp/1.9.0@LR04.02_ThirdParty/stable # !!!!support build missing!!!!
- #mod_chromium
- cefclient_mutable/1.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(CONAN_LIB_DIRS_JSONCPP)
- list(REMOVE_ITEM CONAN_ALLPLATFORM_LIB_NAMES jsoncpp/1.9.0@LR04.02_ThirdParty/stable)
- endif(CONAN_LIB_DIRS_JSONCPP)
- if(MSVC)
- set(CONAN_CURPLATFORM_LIB_NAMES
- #mod_snapshot mod_mediacontroller mod_sipphone libvideoqueue
- IPP/1.0@LR04.02_ThirdParty/testing
- #mod_mediacontroller libaudioframwork showdev mod_sipphone
- lib8k/1.0@LR04.02_ThirdParty/testing
- #mod_sipphone mod_IDCertificate libwmvrecord mod_livenessdetection mod_screenshot mod_snapshot libfacecapture libimageproc
- opencv/3.1.0@LR04.02_ThirdParty/testing
- #mod_sipphone mod_mediacontroller livenessdetection libaudioframwork libmediaplayer libvideocapture
- #libvideoframwork libwmvrecord showdev mod_screenshot mod_snapshot
- ffmpeg/4.1@LR04.02_ThirdParty/testing
- # ffmpeg/4.1.6@LR04.02_ThirdParty/shared @huchen
- #mod_mediacontroller libaudioframwork mod_sipphone
- apache-apr/1.4.2@LR04.02_ThirdParty/testing
- #libpictureplayer libvideorender
- SDL2/2.0.9@LR04.02_ThirdParty/testing
- #mod_sipphone
- sofia/1.12.11@LR04.02_ThirdParty/testing
- #mod_sipphone mod_mediacontroller showdev MediaDevDetect libaudioframwork
- portaudio/v190600.20161030@LR04.02_ThirdParty/testing)
- else()
- set(CONAN_CURPLATFORM_LIB_NAMES
- #mod_sipphone mod_IDCertificate libwmvrecord mod_livenessdetection mod_screenshot mod_snapshot libfacecapture libimageproc
- opencv/3.1.0@LR04.02_ThirdParty/stable
- #mod_sipphone
- sofia/1.13@LR04.02_ThirdParty/testing
- #mod_mediacontroller libaudioframwork mod_sipphone
- apr/1.7.0@LR04.02_ThirdParty/shared
- #mod_sipphone mod_mediacontroller showdev MediaDevDetect
- pulseaudio/14.0.1@LR04.02_ThirdParty/dynamic
- #mod_sipphone mod_mediacontroller livenessdetection libaudioframwork libmediaplayer libvideocapture
- #libvideoframwork libwmvrecord showdev mod_screenshot mod_snapshot
- ffmpeg/4.1.6@LR04.02_ThirdParty/stable
- #libpictureplayer libvideorender
- SDL2/2.0.12@LR04.02_ThirdParty/shared
- #mod_screenshot
- libX11/1.6@LR04.02_ThirdParty/testing)
- endif(MSVC)
- conan_cmake_run(REQUIRES
- ${CONAN_CURPLATFORM_LIB_NAMES}
- ${CONAN_ALLPLATFORM_LIB_NAMES}
- BASIC_SETUP CMAKE_TARGETS)
|