[218/906] The CMake build now works on my Kubuntu-KDE4.1.1

This commit is contained in:
Julien 2008-09-12 01:13:50 +02:00 committed by Matthew Waters
parent fde783262f
commit a38424f3be
2 changed files with 5 additions and 4 deletions

View file

@ -1,3 +1,4 @@
#FIXME: generate config.h
add_definitions(-DHAVE_CONFIG_H)
include_directories(AFTER
@ -14,7 +15,7 @@ add_library (gstgl STATIC
gstglbuffer.c
gstglfilter.c
gstglshader.c)
target_link_libraries(gstgl
general gstfreeglut
general ${GLEW_LIBRARY}

View file

@ -12,7 +12,7 @@ libgstopengl_la_SOURCES = \
gstglupload.h \
gstgldownload.c \
gstgldownload.h \
gstglfilterblur.c \
gstglfilterblur.c \
gstglfiltercube.c \
gstglfiltercube.h \
gstglfilterlaplacian.c \
@ -21,8 +21,8 @@ libgstopengl_la_SOURCES = \
gstglfilterapp.h \
gstglcolorscale.c \
gstglcolorscale.h \
gltestsrc.c \
gltestsrc.h \
gltestsrc.c \
gltestsrc.h \
gstgltestsrc.c \
gstgltestsrc.h \
gstgleffects.c \