diff options
author | Hannes Weisbach <hannes.weisbach@mailbox.tu-dresden.de> | 2015-06-07 13:37:48 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-06-09 10:17:02 +0200 |
commit | 77e58dae634fa1b282c64d435d32a2998c671b39 (patch) | |
tree | 3097c0e2916ebd798e2ffd40e77fa17a342269e8 | |
parent | cf09822eeeee802a0314d7b0ef8c5a469558a0d5 (diff) |
Add pbutils include directory to include paths
Add directory with pbutils headers to the include_directories directive
for the auto tests.
https://bugzilla.gnome.org/show_bug.cgi?id=750493
-rw-r--r-- | tests/auto/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/CMakeLists.txt b/tests/auto/CMakeLists.txt index fd09bf8..6b53366 100644 --- a/tests/auto/CMakeLists.txt +++ b/tests/auto/CMakeLists.txt @@ -1,4 +1,4 @@ -include_directories(${GSTREAMER_INCLUDE_DIR} ${GLIB2_INCLUDE_DIR} ${QTGSTREAMER_INCLUDES}) +include_directories(${GSTREAMER_INCLUDE_DIR} ${GSTREAMER_PBUTILS_INCLUDE_DIR} ${GLIB2_INCLUDE_DIR} ${QTGSTREAMER_INCLUDES}) add_definitions(${QTGSTREAMER_DEFINITIONS} -DGST_DISABLE_XML -DGST_DISABLE_LOADSAVE) add_definitions(-DSRCDIR="${CMAKE_CURRENT_SOURCE_DIR}") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${QTGSTREAMER_FLAGS}") |