* Improve CMake lists and modules

This commit is contained in:
Joshua M. Doe
2010-03-25 13:47:03 -04:00
parent bee7d22fcc
commit cfa14e8d60
9 changed files with 199 additions and 197 deletions

View File

@@ -17,4 +17,5 @@ add_library ( libgstimaq MODULE
target_link_libraries ( libgstimaq
general ${GLIB2_LIBRARIES}
general ${GSTREAMER_LIBRARIES}
general ${NIIMAQ_LIBRARY} )
general ${GSTREAMER_BASE_LIBRARY}
general ${NIIMAQ_LIBRARIES} )