Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/CMakeLists.txt b/CMakeLists.txt
- index bc18428..c15c139 100644
- --- a/CMakeLists.txt
- +++ b/CMakeLists.txt
- @@ -125,8 +125,8 @@ endif()
- if(BUILD_DEMO)
- add_subdirectory(demo)
- add_subdirectory(gstplugin)
- - add_subdirectory(gstprovider)
- endif()
- if(BUILD_PSIPLUGIN)
- add_subdirectory(psiplugin)
- endif()
- +add_subdirectory(gstprovider)
- diff --git a/psiplugin/CMakeLists.txt b/psiplugin/CMakeLists.txt
- index 5ea0f8b..59cfde3 100644
- --- a/psiplugin/CMakeLists.txt
- +++ b/psiplugin/CMakeLists.txt
- @@ -19,7 +19,7 @@ get_filename_component(ABS_PLUGINS_ROOT_DIR "${CMAKE_CURRENT_LIST_DIR}/.." ABSOL
- set(PLUGINS_ROOT_DIR "${ABS_PLUGINS_ROOT_DIR}" CACHE STRING "Plugins root path. Path where include directory placed")
- if(NOT BUILD_DEMO)
- - include(${ABS_PLUGINS_ROOT_DIR}/gstprovider/CMakeLists.txt)
- + #include(${ABS_PLUGINS_ROOT_DIR}/gstprovider/CMakeLists.txt)
- include_directories(
- ${ABS_PLUGINS_ROOT_DIR}/gstprovider
- ${ABS_PLUGINS_ROOT_DIR}/gstprovider/devices
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement