diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f379fa..1ec7585 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,10 +23,10 @@ pkg_check_modules(GSTREAMER REQUIRED gstreamer-1.0) # include 路径 include_directories( + ${CMAKE_SOURCE_DIR}/third_party/include/websocketpp ${CMAKE_SOURCE_DIR}/include ${CMAKE_SOURCE_DIR}/third_party/include ${CMAKE_SOURCE_DIR}/third_party/include/paho_mqtt - ${CMAKE_SOURCE_DIR}/third_party/include/websocketpp ${GSTREAMER_INCLUDE_DIRS} /usr/include )