You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add_library(Freetype::FreetypeALIASfreetype) # alias target for MSDFGEN not trying to find freetype system-wide but rather to use the logical target available in our build tree
30
30
31
31
# msdfgen
32
+
set(MSDFGEN_USE_VCPKGOFF)
32
33
set(MSDFGEN_CORE_ONLYOFF) # if turned on then MSDFGEN will be built without dependencies like freetype or skia
33
34
set(MSDFGEN_INSTALLOFF)
34
35
set(MSDFGEN_BUILD_STANDALONEOFF)
35
36
set(MSDFGEN_USE_CPP11ON)
37
+
set(MSDFGEN_DISABLE_SVGON)
38
+
set(MSDFGEN_DISABLE_PNGON)
36
39
add_subdirectory(msdfgenmsdfgenEXCLUDE_FROM_ALL)
37
40
38
41
if(MSDFGEN_CORE_ONLY)
39
-
set(NBL_MSDFGEN_TARGETSmsdfgen-core)
42
+
message(FATAL_ERROR"Internal error, MSDF must be used with extension target as well!")
0 commit comments