[306/906] fix CMake build and frozen CodeBlocks build

This commit is contained in:
Julien Isorce 2009-02-08 01:50:10 +01:00 committed by Tim-Philipp Müller
parent 3b8429c2df
commit c83cbcd398

View file

@ -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)