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

@@ -10,16 +10,17 @@ include_directories ( AFTER
.
${NIIMAQDX_INCLUDE_DIR} )
add_library ( libgstimaqdx MODULE
add_library ( libgstniimaqdx MODULE
${SOURCES}
${HEADERS} )
target_link_libraries ( libgstimaqdx
target_link_libraries ( libgstniimaqdx
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 ${NIIMAQDX_LIBRARIES} )
install (TARGETS libgstimaqdx
install (TARGETS libgstniimaqdx
LIBRARY DESTINATION lib/gstreamer-0.10)