mirror of https://github.com/ocornut/imgui
Examples: Vulkan: Add c++ version to CMakeLists (#5459)
Co-authored-by: Shriram <“shriram.r@technovert.com”>
This commit is contained in:
parent
1480bc5d4e
commit
8731cc2914
|
@ -10,6 +10,7 @@ if(NOT CMAKE_BUILD_TYPE)
|
|||
set(CMAKE_BUILD_TYPE Debug CACHE STRING "" FORCE)
|
||||
endif()
|
||||
|
||||
set(CMAKE_CXX_STANDARD 11)
|
||||
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DVK_PROTOTYPES")
|
||||
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DVK_PROTOTYPES")
|
||||
|
||||
|
|
Loading…
Reference in New Issue