mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +00:00
Set NOMINMAX on win32.
This commit is contained in:
parent
699d93c7ae
commit
1bada6a6fd
@ -8,6 +8,10 @@ if (EXISTS ${ROOT_DIR}/vcpkg_installed/x64-windows-static/lib/pkgconfig)
|
||||
set(ENV{PKG_CONFIG_PATH} "${ROOT_DIR}/vcpkg_installed/x64-windows-static/lib/pkgconfig")
|
||||
endif()
|
||||
|
||||
if(WIN32)
|
||||
add_definitions(-DNOMINMAX)
|
||||
endif()
|
||||
|
||||
# Dependencies are taken from the system first and if not found, they are pulled with CPM and built from source
|
||||
|
||||
include(FindPkgConfig)
|
||||
|
Loading…
x
Reference in New Issue
Block a user