You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
438 B

2 years ago
  1. set(IFLYTOP_LINUX_SDK_LINK_LIBS
  2. pthread
  3. #
  4. sqlite3
  5. #
  6. asound
  7. # ffmpeg
  8. avcodec
  9. avdevice
  10. avfilter
  11. avformat
  12. avutil
  13. swresample
  14. swscale
  15. libixwebsocket.a
  16. )
  17. set(IFLYTOP_LINK_SDK_INCLUDE_PATH
  18. #
  19. iflytoplinuxsdk/src/iflytop/core/spdlog/include/ #
  20. iflytoplinuxsdk/src/ #
  21. libs/libixwebsocket/include #
  22. )
  23. set(IFLYTOP_LINUX_SDK_LINK_PATH #
  24. libs/libixwebsocket/lib #
  25. )