commiting chagnes
This commit is contained in:
@@ -104,6 +104,14 @@ ${Boost_INCLUDE_DIR}
|
||||
${Boost_INCLUDE_DIR}/stage/lib
|
||||
)
|
||||
|
||||
add_library(processing SHARED
|
||||
processing_functions.h
|
||||
processing_functions.cpp
|
||||
)
|
||||
target_link_libraries(processing
|
||||
${OpenCV_LIBRARIES}
|
||||
)
|
||||
|
||||
|
||||
##################### ORB_SLAM3 END
|
||||
##################### GStreamer BEGIN
|
||||
@@ -197,6 +205,7 @@ add_executable(gst_get_ndi_v6.7
|
||||
gst_get_ndi_v6_7.cpp
|
||||
)
|
||||
target_link_libraries(gst_get_ndi_v6.7
|
||||
processing
|
||||
${GST_LIBRARIES} ${GST_APP_LIBRARIES} ${GST_AUDIO_LIBRARIES}
|
||||
${OpenCV_LIBRARIES}
|
||||
${GST_VIDEO_LIBRARIES}
|
||||
|
||||
Reference in New Issue
Block a user