[vlc-commits] CMake: add the includes from libvlc
Jean-Baptiste Kempf
git at videolan.org
Tue Jun 16 02:41:47 CEST 2015
libvlcpp | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | 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 <hugo at beauzee.fr>
> 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)
More information about the vlc-commits
mailing list