mirror of
git://git.sv.nongnu.org/freetype/freetype2.git
synced 2026-01-19 04:52:09 +00:00
* builds/windows/ftsystem.c: Add shared memory support on Windows.
This commit is contained in:
committed by
Alexei Podtelezhnikov
parent
c7cc947c0f
commit
bb33f03a71
@@ -358,6 +358,8 @@ set(BASE_SRCS
|
||||
|
||||
if (UNIX)
|
||||
list(APPEND BASE_SRCS "builds/unix/ftsystem.c")
|
||||
elseif (WIN32)
|
||||
list(APPEND BASE_SRCS "builds/windows/ftsystem.c")
|
||||
else ()
|
||||
list(APPEND BASE_SRCS "src/base/ftsystem.c")
|
||||
endif ()
|
||||
|
||||
Reference in New Issue
Block a user