deleted basic_tutorial scripts
This commit is contained in:
@@ -166,23 +166,6 @@ ENDIF()
|
||||
#endforeach()
|
||||
##################### Debug End
|
||||
|
||||
add_executable(basic-tutorial-1 basic-tutorial-1.cpp)
|
||||
target_link_libraries(basic-tutorial-1 ${GST_LIBRARIES})
|
||||
|
||||
add_executable(basic-tutorial-2 basic-tutorial-2.cpp)
|
||||
target_link_libraries(basic-tutorial-2 ${GST_LIBRARIES})
|
||||
|
||||
add_executable(basic-tutorial-3 basic-tutorial-3.cpp)
|
||||
target_link_libraries(basic-tutorial-3 ${GST_LIBRARIES})
|
||||
|
||||
add_executable(basic-tutorial-4 basic-tutorial-4.cpp)
|
||||
target_link_libraries(basic-tutorial-4 ${GST_LIBRARIES})
|
||||
|
||||
add_executable(basic-tutorial-8 basic-tutorial-8.cpp)
|
||||
target_link_libraries(basic-tutorial-8
|
||||
${GST_LIBRARIES} ${GST_AUDIO_LIBRARIES} ${GST_APP_LIBRARIES} ${GST_VIDEO_LIBRARIES}
|
||||
)
|
||||
|
||||
add_executable(gst_ndi
|
||||
gst_ndi.h gst_ndi.cpp
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user