libvlcpp | branch: master | Jean-Baptiste Kempf <[email protected]> | Mon Jun 
15 14:02:10 2015 +0200| [ad536571674e237432031f86b6f605e8dcd16fb1] | committer: 
Hugo Beauzée-Luyssen

CMake: add the includes from libvlc

Useful, if not using the system headers

Signed-off-by: Hugo Beauzée-Luyssen <[email protected]>

> http://git.videolan.org/gitweb.cgi/libvlcpp.git/?a=commit;h=ad536571674e237432031f86b6f605e8dcd16fb1
---

 CMakeLists.txt |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3e16f19..b85e8f7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,6 +9,8 @@ set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake 
${CMAKE_MODULE_PATH})
 include_directories("${CMAKE_SOURCE_DIR}")
 find_package(LIBVLC REQUIRED)
 
+include_directories("${LIBVLC_INCLUDE_DIR}")
+
 subdirs(examples)
 subdirs(test)
 

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to