pixcisrc: update CMakeLists to actually work
This commit is contained in:
parent
0f6423f2ca
commit
e7e0ff2b85
@ -7,7 +7,7 @@ set ( HEADERS
|
|||||||
gstpixcisrc.h)
|
gstpixcisrc.h)
|
||||||
|
|
||||||
include_directories(AFTER
|
include_directories(AFTER
|
||||||
${PIXCI_INCLUDE_DIR}
|
${XCLIB_INCLUDE_DIR}
|
||||||
.)
|
.)
|
||||||
|
|
||||||
add_library(libgstpixci MODULE
|
add_library(libgstpixci MODULE
|
||||||
@ -16,11 +16,11 @@ add_library ( libgstpixci MODULE
|
|||||||
|
|
||||||
target_link_libraries(libgstpixci
|
target_link_libraries(libgstpixci
|
||||||
${GLIB2_LIBRARIES}
|
${GLIB2_LIBRARIES}
|
||||||
${GSTREAMER_LIBRARIES}
|
${GOBJECT_LIBRARIES}
|
||||||
|
${GSTREAMER_LIBRARY}
|
||||||
${GSTREAMER_BASE_LIBRARY}
|
${GSTREAMER_BASE_LIBRARY}
|
||||||
${GSTREAMER_INTERFACE_LIBRARY}
|
|
||||||
${GSTREAMER_VIDEO_LIBRARY}
|
${GSTREAMER_VIDEO_LIBRARY}
|
||||||
${PIXCI_LIBRARIES})
|
${XCLIB_LIBRARIES})
|
||||||
|
|
||||||
install(TARGETS libgstpixci
|
install(TARGETS libgstpixci
|
||||||
LIBRARY DESTINATION lib/gstreamer-0.10)
|
LIBRARY DESTINATION lib/gstreamer-0.10)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user