- initial work to fix RTPdump decoder + more fixes
This commit is contained in:
6
test/rtp_decode/CMakeLists.txt
Normal file
6
test/rtp_decode/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
set (CMAKE_CXX_STANDARD 20)
|
||||
set (CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
add_executable(rtp_decode main.cpp)
|
||||
add_subdirectory(../../src build_rtphone)
|
||||
target_link_libraries(rtp_decode PRIVATE rtphone)
|
||||
Reference in New Issue
Block a user