mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 16:08:39 -05:00
UDP source: use c++11 flag
This commit is contained in:
parent
723747e9dc
commit
37cf948963
@ -1,5 +1,7 @@
|
|||||||
project(udpsrc)
|
project(udpsrc)
|
||||||
|
|
||||||
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
|
||||||
|
|
||||||
set(udpsrc_SOURCES
|
set(udpsrc_SOURCES
|
||||||
udpsrc.cpp
|
udpsrc.cpp
|
||||||
udpsrcgui.cpp
|
udpsrcgui.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user