iotechdaqx: Initial commit
Element works, but not configurable or thoroughly tested.
This commit is contained in:
26
sys/iotechdaqx/CMakeLists.txt
Normal file
26
sys/iotechdaqx/CMakeLists.txt
Normal file
@@ -0,0 +1,26 @@
|
||||
add_definitions(-DHAVE_CONFIG_H)
|
||||
|
||||
set ( SOURCES
|
||||
gstiotechdaqx.c )
|
||||
|
||||
set ( HEADERS
|
||||
gstiotechdaqx.h )
|
||||
|
||||
include_directories ( AFTER
|
||||
.
|
||||
${WAVEBOOK_INCLUDE_DIR} )
|
||||
|
||||
add_library ( libgstiotechdaqx MODULE
|
||||
${SOURCES}
|
||||
${HEADERS} )
|
||||
|
||||
target_link_libraries ( libgstiotechdaqx
|
||||
${GLIB2_LIBRARIES}
|
||||
${GSTREAMER_LIBRARIES}
|
||||
${GSTREAMER_BASE_LIBRARY}
|
||||
${GSTREAMER_INTERFACE_LIBRARY}
|
||||
${GSTREAMER_VIDEO_LIBRARY}
|
||||
${IOTECHDAQX_LIBRARIES})
|
||||
|
||||
install (TARGETS libgstiotechdaqx
|
||||
LIBRARY DESTINATION lib/gstreamer-0.10)
|
||||
Reference in New Issue
Block a user