DependencyConanFiles.cmake 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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_mutable/1.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(CONAN_LIB_DIRS_JSONCPP)
  30. list(REMOVE_ITEM CONAN_ALLPLATFORM_LIB_NAMES jsoncpp/1.9.0@LR04.02_ThirdParty/stable)
  31. endif(CONAN_LIB_DIRS_JSONCPP)
  32. if(MSVC)
  33. set(CONAN_CURPLATFORM_LIB_NAMES
  34. #mod_snapshot mod_mediacontroller mod_sipphone libvideoqueue
  35. IPP/1.0@LR04.02_ThirdParty/testing
  36. #mod_mediacontroller libaudioframwork showdev mod_sipphone
  37. lib8k/1.0@LR04.02_ThirdParty/testing
  38. #mod_sipphone mod_IDCertificate libwmvrecord mod_livenessdetection mod_screenshot mod_snapshot libfacecapture libimageproc
  39. opencv/3.1.0@LR04.02_ThirdParty/testing
  40. #mod_sipphone mod_mediacontroller livenessdetection libaudioframwork libmediaplayer libvideocapture
  41. #libvideoframwork libwmvrecord showdev mod_screenshot mod_snapshot
  42. ffmpeg/4.1@LR04.02_ThirdParty/testing
  43. # ffmpeg/4.1.6@LR04.02_ThirdParty/shared @huchen
  44. #mod_mediacontroller libaudioframwork mod_sipphone
  45. apache-apr/1.4.2@LR04.02_ThirdParty/testing
  46. #libpictureplayer libvideorender
  47. SDL2/2.0.9@LR04.02_ThirdParty/testing
  48. #mod_sipphone
  49. sofia/1.12.11@LR04.02_ThirdParty/testing
  50. #mod_sipphone mod_mediacontroller showdev MediaDevDetect libaudioframwork
  51. portaudio/v190600.20161030@LR04.02_ThirdParty/testing)
  52. else()
  53. set(CONAN_CURPLATFORM_LIB_NAMES
  54. #mod_sipphone mod_IDCertificate libwmvrecord mod_livenessdetection mod_screenshot mod_snapshot libfacecapture libimageproc
  55. opencv/3.1.0@LR04.02_ThirdParty/stable
  56. #mod_sipphone
  57. sofia/1.13@LR04.02_ThirdParty/testing
  58. #mod_mediacontroller libaudioframwork mod_sipphone
  59. apr/1.7.0@LR04.02_ThirdParty/shared
  60. #mod_sipphone mod_mediacontroller showdev MediaDevDetect
  61. pulseaudio/14.0.1@LR04.02_ThirdParty/dynamic
  62. #mod_sipphone mod_mediacontroller livenessdetection libaudioframwork libmediaplayer libvideocapture
  63. #libvideoframwork libwmvrecord showdev mod_screenshot mod_snapshot
  64. ffmpeg/4.1.6@LR04.02_ThirdParty/stable
  65. #libpictureplayer libvideorender
  66. SDL2/2.0.12@LR04.02_ThirdParty/shared
  67. #mod_screenshot
  68. libX11/1.6@LR04.02_ThirdParty/testing)
  69. endif(MSVC)
  70. conan_cmake_run(REQUIRES
  71. ${CONAN_CURPLATFORM_LIB_NAMES}
  72. ${CONAN_ALLPLATFORM_LIB_NAMES}
  73. BASIC_SETUP CMAKE_TARGETS)