[256/906] fix CMake an CodeBlocks builds

This commit is contained in:
Julien Isorce 2008-10-29 23:53:22 +01:00 committed by Tim-Philipp Müller
parent 85fa075eae
commit c4200fe1a0

View file

@ -4,17 +4,18 @@ add_definitions(-DHAVE_CONFIG_H)
include_directories(AFTER
../../../win32/common
${GLEW_INCLUDE_DIR}
../freeglut
.
${GSTREAMER_INCLUDE_DIR}
${GLIB2_INCLUDE_DIR}
${LIBXML2_INCLUDE_DIR}
${LIBICONV_INCLUDE_DIR})
add_library (gstgl STATIC
gstglwindow_win32.c
gstgldisplay.c
gstglbuffer.c
gstglfilter.c
gstglshader.c)
gstglbuffer.c
gstglfilter.c
gstglshader.c)
#FIXME: get ride of this condition
if (WIN32)