From: RĂ©mi Denis-Courmont Date: Mon, 4 Feb 2008 18:33:59 +0000 (+0000) Subject: Missing include directory. For some reason these variables are not even in the docume... X-Git-Tag: 0.9.0-test0~2930 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=83aa9e53cd10f367dad1f3290be83de385db6e30;p=vlc Missing include directory. For some reason these variables are not even in the documentation... --- diff --git a/extras/buildsystem/cmake/CMakeLists/root_CMakeLists.txt b/extras/buildsystem/cmake/CMakeLists/root_CMakeLists.txt index 0690081113..d23a9e120b 100644 --- a/extras/buildsystem/cmake/CMakeLists/root_CMakeLists.txt +++ b/extras/buildsystem/cmake/CMakeLists/root_CMakeLists.txt @@ -10,7 +10,7 @@ add_definitions(-DHAVE_CONFIG_H) add_definitions(-D__LIBVLC__) add_definitions(-I. -std=gnu99) -include_directories(${CMAKE_SOURCE_DIR}/include) +include_directories(${CMAKE_SOURCE_DIR}/include ${CMAKE_BINARY_DIR}/include) # Sources add_subdirectory(src)