mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-01 06:01:04 +00:00
a3cc71ae5f
Fix bug #202069
15 lines
270 B
CMake
15 lines
270 B
CMake
add_definitions(-DHAVE_CONFIG_H)
|
|
|
|
include_directories(AFTER
|
|
${GSTREAMER_INCLUDE_DIR}
|
|
${GLIB2_INCLUDE_DIR}
|
|
../../gst-libs/gst/gl
|
|
../../gst-libs
|
|
../..
|
|
.)
|
|
|
|
add_library (gstlibvisualgl SHARED
|
|
visual-gl.c)
|
|
|
|
target_link_libraries(gstlibvisualgl
|
|
general gstgl)
|