1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

Use C++11 everywhere

This commit is contained in:
f4exb
2018-11-24 21:21:04 +01:00
parent 6dbc07d1c8
commit bc7ad10f9d
21 changed files with 41 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
project(httpserver)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
set(httpserver_SOURCES
httpglobal.cpp
httplistener.cpp