mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
[306/906] fix CMake build and frozen CodeBlocks build
This commit is contained in:
parent
3b8429c2df
commit
c83cbcd398
1 changed files with 5 additions and 2 deletions
|
@ -5,10 +5,13 @@ include_directories(AFTER
|
|||
.
|
||||
${GLEW_INCLUDE_DIR}
|
||||
${GSTREAMER_INCLUDE_DIR}
|
||||
${GLIB2_INCLUDE_DIR}
|
||||
${GLIB2_INCLUDE_DIR})
|
||||
|
||||
if (NOT GST_USING_BINARY_REGISTRY)
|
||||
include_directories(AFTER
|
||||
${LIBXML2_INCLUDE_DIR}
|
||||
${LIBICONV_INCLUDE_DIR})
|
||||
|
||||
endif (NOT GST_USING_BINARY_REGISTRY)
|
||||
|
||||
if (WIN32)
|
||||
|
||||
|
|
Loading…
Reference in a new issue