Merge pull request #101 from 1ace/remove-vk-prototype
Remove VK_PROTOTYPES define
This commit is contained in:
commit
6a4345c3e1
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