mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2025-10-30 08:02:29 +00:00
Set NOMINMAX on the CMakeLists file
This commit is contained in:
parent
e41c7cce6d
commit
a5ff2f4c77
2 changed files with 1 additions and 1 deletions
|
|
@ -61,6 +61,7 @@ if (WIN32)
|
|||
target_link_directories(ultramodern PRIVATE
|
||||
${sdl2_SOURCE_DIR}/lib/x64
|
||||
)
|
||||
add_compile_definitions(NOMINMAX)
|
||||
elseif (APPLE)
|
||||
find_package(SDL2 REQUIRED)
|
||||
target_include_directories(ultramodern PRIVATE ${SDL2_INCLUDE_DIRS})
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
#include <memory>
|
||||
#include <cstring>
|
||||
// #include <Windows.h>
|
||||
|
||||
#define HLSL_CPU
|
||||
#include "hle/rt64_application.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue