mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
[256/906] fix CMake an CodeBlocks builds
This commit is contained in:
parent
9be9daa754
commit
fbdf2deda0
1 changed files with 5 additions and 4 deletions
|
@ -4,17 +4,18 @@ add_definitions(-DHAVE_CONFIG_H)
|
||||||
include_directories(AFTER
|
include_directories(AFTER
|
||||||
../../../win32/common
|
../../../win32/common
|
||||||
${GLEW_INCLUDE_DIR}
|
${GLEW_INCLUDE_DIR}
|
||||||
../freeglut
|
.
|
||||||
${GSTREAMER_INCLUDE_DIR}
|
${GSTREAMER_INCLUDE_DIR}
|
||||||
${GLIB2_INCLUDE_DIR}
|
${GLIB2_INCLUDE_DIR}
|
||||||
${LIBXML2_INCLUDE_DIR}
|
${LIBXML2_INCLUDE_DIR}
|
||||||
${LIBICONV_INCLUDE_DIR})
|
${LIBICONV_INCLUDE_DIR})
|
||||||
|
|
||||||
add_library (gstgl STATIC
|
add_library (gstgl STATIC
|
||||||
|
gstglwindow_win32.c
|
||||||
gstgldisplay.c
|
gstgldisplay.c
|
||||||
gstglbuffer.c
|
gstglbuffer.c
|
||||||
gstglfilter.c
|
gstglfilter.c
|
||||||
gstglshader.c)
|
gstglshader.c)
|
||||||
|
|
||||||
#FIXME: get ride of this condition
|
#FIXME: get ride of this condition
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
|
|
Loading…
Reference in a new issue