1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-04-22 11:29:02 -04:00

Swagger: added c++11 compilation option

This commit is contained in:
f4exb 2017-11-18 03:50:43 +01:00
parent 8e1454152b
commit cf9309bba8

View File

@ -1,5 +1,7 @@
project (swagger)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
file(GLOB swagger_SOURCES
${CMAKE_SOURCE_DIR}/swagger/sdrangel/code/qt5/client/*.cpp
)