We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc7ba8 commit 2330516Copy full SHA for 2330516
1 file changed
FreeTypeWrapper/CMakeLists.txt
@@ -10,6 +10,10 @@ set(CMAKE_CXX_STANDARD 20)
10
11
option(FREETYPE_WRAPPER_DISABLE_WARNINGS_EXTERNAL_LIBS "Disable warnings for external libraries" TRUE)
12
13
+if (${CMAKE_SYSTEM_NAME} MATCHES "Windows")
14
+ add_compile_definitions(NOMINMAX)
15
+endif()
16
+
17
set(TargetName FreeTypeWrapper)
18
19
add_subdirectory(./External/freetype2)
0 commit comments