pleorasink: add GigE Vision sink for eBUS GEV Tx API
Most basic working implementation
This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
add_definitions(-D_XKEYCHECK_H)
|
||||
|
||||
set (SOURCES
|
||||
gstpleorasrc.cpp)
|
||||
gstpleora.cpp
|
||||
gstpleorasink.cpp
|
||||
gstpleorasrc.cpp
|
||||
streamingchannelsource.cpp)
|
||||
|
||||
set (HEADERS
|
||||
gstpleorasrc.h)
|
||||
gstpleorasink.h
|
||||
gstpleorasrc.h
|
||||
streamingchannelsource.h)
|
||||
|
||||
include_directories (AFTER
|
||||
${PLEORA_INCLUDE_DIR})
|
||||
@@ -27,4 +32,4 @@ target_link_libraries (${libname}
|
||||
set (pdbfile "${CMAKE_CURRENT_BINARY_DIR}/\${CMAKE_INSTALL_CONFIG_NAME}/${libname}.pdb")
|
||||
install (FILES ${pdbfile} DESTINATION lib/gstreamer-1.0 COMPONENT pdb)
|
||||
install(TARGETS ${libname}
|
||||
LIBRARY DESTINATION lib/gstreamer-1.0)
|
||||
LIBRARY DESTINATION lib/gstreamer-1.0)
|
||||
|
||||
Reference in New Issue
Block a user