build: get CMake build working again to build in VS2012

This commit is contained in:
Joshua M. Doe
2014-09-05 11:16:45 -04:00
parent 87490ce952
commit 59bce030b0
33 changed files with 84 additions and 1501 deletions

View File

@@ -16,9 +16,10 @@ add_library ( libgstimaq MODULE
target_link_libraries ( libgstimaq
general ${GLIB2_LIBRARIES}
general ${GSTREAMER_LIBRARIES}
general ${GOBJECT_LIBRARIES}
general ${GSTREAMER_LIBRARY}
general ${GSTREAMER_BASE_LIBRARY}
general ${GSTREAMER_INTERFACE_LIBRARY}
general ${GSTREAMER_VIDEO_LIBRARY}
general ${NIIMAQ_LIBRARIES} )
install (TARGETS libgstimaq