mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
[218/906] The CMake build now works on my Kubuntu-KDE4.1.1
This commit is contained in:
parent
3d6116ee45
commit
88b6f0a3cf
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
#FIXME: generate config.h
|
||||||
add_definitions(-DHAVE_CONFIG_H)
|
add_definitions(-DHAVE_CONFIG_H)
|
||||||
|
|
||||||
include_directories(AFTER
|
include_directories(AFTER
|
||||||
|
@ -14,7 +15,7 @@ add_library (gstgl STATIC
|
||||||
gstglbuffer.c
|
gstglbuffer.c
|
||||||
gstglfilter.c
|
gstglfilter.c
|
||||||
gstglshader.c)
|
gstglshader.c)
|
||||||
|
|
||||||
target_link_libraries(gstgl
|
target_link_libraries(gstgl
|
||||||
general gstfreeglut
|
general gstfreeglut
|
||||||
general ${GLEW_LIBRARY}
|
general ${GLEW_LIBRARY}
|
||||||
|
|
Loading…
Reference in a new issue