Remove VK_PROTOTYPES
This guard macro was inverted shortly before the release; use VK_NO_PROTOTYPES when you do *not* want the prototypes.
This commit is contained in:
parent
16440383c5
commit
caabf520f2
29 changed files with 57 additions and 57 deletions
|
|
@ -27,7 +27,7 @@ ENDIF(WIN32)
|
|||
message(STATUS ${VULKAN_LIB})
|
||||
|
||||
# Set preprocessor defines
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DNOMINMAX -DVK_PROTOTYPES -D_USE_MATH_DEFINES")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DNOMINMAX -D_USE_MATH_DEFINES")
|
||||
|
||||
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
|
||||
add_definitions(-std=c++11)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue