DependencyConanFiles.cmake 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. set(CONAN_ALLPLATFORM_LIB_NAMES
  2. #mod_download mod_evtconverter mod_ThermalPrint
  3. expat/2.1.0@LR04.02_ThirdParty/testing
  4. #mod_ThermalPrint mod_evtconverter mod_download
  5. scew/1.1.7@LR04.02_ThirdParty/testing
  6. #mod_snapshot mod_screenshot mod_RomoteController mod_UpgradeRun mod_upload libscreencodec
  7. zlib/1.2.11@LR04.02_ThirdParty/stable
  8. #libbizchan mod_screenshot mod_snapshot
  9. openjpeg/2.0.0@LR04.02_ThirdParty/testing
  10. #mod_sipphone libwmvrecord libaudioframwork mod_mediacontroller libaudiorender
  11. SpeexDSP/1.2rc3@LR04.02_ThirdParty/testing
  12. #showdev mod_mediacontroller mod_sipphone libaudioframwork
  13. spandsp/0.0.6@LR04.02_ThirdParty/testing
  14. #libaudioframwork
  15. libtiff/4.0.9@LR04.02_ThirdParty/testing
  16. #libwmvrecord
  17. freetype/2.10.0@LR04.02_ThirdParty/testing
  18. #include/test
  19. Catch/2.13.0@LR04.02_ThirdParty/stable
  20. #mod_CustMngrAuth mod_uplog
  21. jsoncpp/1.9.0@LR04.02_ThirdParty/stable # !!!!support build missing!!!!
  22. #mod_chromium
  23. cefclient/11.0@LR04.02_ThirdParty/testing
  24. #mod_chromium mod_RomoteController mod_rpc
  25. boost/1.69.0@LR04.02_ThirdParty/testing
  26. #liblog4vendor
  27. log4cplus/1.2.1@LR04.02_ThirdParty/slim # !!!!support build missing!!!!
  28. )
  29. if(MSVC)
  30. set(CONAN_CURPLATFORM_LIB_NAMES
  31. #mod_snapshot mod_mediacontroller mod_sipphone libvideoqueue
  32. IPP/1.0@LR04.02_ThirdParty/testing
  33. #mod_mediacontroller libaudioframwork showdev mod_sipphone
  34. lib8k/1.0@LR04.02_ThirdParty/testing
  35. #mod_sipphone mod_IDCertificate libwmvrecord mod_livenessdetection mod_screenshot mod_snapshot libfacecapture libimageproc
  36. opencv/3.1.0@LR04.02_ThirdParty/testing
  37. #mod_sipphone mod_mediacontroller livenessdetection libaudioframwork libmediaplayer libvideocapture
  38. #libvideoframwork libwmvrecord showdev mod_screenshot mod_snapshot
  39. ffmpeg/4.1@LR04.02_ThirdParty/testing
  40. # ffmpeg/4.1.6@LR04.02_ThirdParty/shared @huchen
  41. #mod_mediacontroller libaudioframwork mod_sipphone
  42. apache-apr/1.4.2@LR04.02_ThirdParty/testing
  43. #libpictureplayer libvideorender
  44. SDL2/2.0.9@LR04.02_ThirdParty/testing
  45. #mod_sipphone
  46. sofia/1.12.11@LR04.02_ThirdParty/testing
  47. #mod_sipphone mod_mediacontroller showdev MediaDevDetect libaudioframwork
  48. portaudio/v190600.20161030@LR04.02_ThirdParty/testing)
  49. else()
  50. set(CONAN_CURPLATFORM_LIB_NAMES
  51. #mod_sipphone mod_IDCertificate libwmvrecord mod_livenessdetection mod_screenshot mod_snapshot libfacecapture libimageproc
  52. opencv/3.1.0@LR04.02_ThirdParty/stable
  53. #mod_sipphone
  54. sofia/1.13@LR04.02_ThirdParty/testing
  55. #mod_mediacontroller libaudioframwork mod_sipphone
  56. apr/1.7.0@LR04.02_ThirdParty/shared
  57. #mod_sipphone mod_mediacontroller showdev MediaDevDetect
  58. pulseaudio/14.0.1@LR04.02_ThirdParty/dynamic
  59. #mod_sipphone mod_mediacontroller livenessdetection libaudioframwork libmediaplayer libvideocapture
  60. #libvideoframwork libwmvrecord showdev mod_screenshot mod_snapshot
  61. ffmpeg/4.1.6@LR04.02_ThirdParty/stable
  62. #libpictureplayer libvideorender
  63. SDL2/2.0.12@LR04.02_ThirdParty/shared
  64. #mod_screenshot
  65. libX11/1.6@LR04.02_ThirdParty/testing)
  66. endif(MSVC)
  67. conan_cmake_run(REQUIRES
  68. ${CONAN_CURPLATFORM_LIB_NAMES}
  69. ${CONAN_ALLPLATFORM_LIB_NAMES}
  70. BASIC_SETUP CMAKE_TARGETS)