Commit Graph

13 Commits

Author SHA1 Message Date
Viktor Chlumský 22b3055247
CMake update (#131)
CMake build improvements & simplification
2021-09-30 08:19:54 +02:00
Jairard 24a3a3021f
Update cmake include directories (#126)
* Remove duplicate file filter for msdfgen-ext_SOURCES

* Fix build interface include directories

The root is exposed in ordered to have

	#include <msdfgen.h>

in client code, and not

	#include <msdfgen/msdfgen.h>
2021-08-08 19:27:31 +02:00
SpaceIm 3e4570f8af
fix install target for iOS (#125) 2021-07-05 23:42:12 +02:00
Luminiscental ae7fc5e7a5
Improve cmake configuration for use as a library (#121)
* Use freetype target if it already exists in cmake build

* Add cmake option controlling install targets
2021-03-05 18:15:54 +01:00
Luminiscental b681ec6527
Guard library pragma comments out of cmake builds (#120) 2021-02-15 16:13:18 +01:00
Viktor Chlumský 9d22335ea0 Skia integration - preprocessing of shape geometry 2020-10-17 13:12:23 +02:00
Chlumsky 05966eed36 CMake fix for Visual Studio 2020-04-15 22:14:14 +02:00
Guillaume Racicot 31dda2d474
Modernize cmake and allow installation (#104) 2020-04-15 21:23:45 +02:00
Christopher Kohnert 6f67a32529 Add headers that were missed so they are included in IDE projects. 2017-06-08 09:31:00 -07:00
Christopher Kohnert 0984021470 Include the extra library headers and skip the “include” gagging during folderization. 2017-06-01 11:38:02 -07:00
Christopher Kohnert cba9298f94 Improve IDE usability by “folderizing” the sources and include headers by default. 2017-06-01 10:52:05 -07:00
Christopher Kohnert 02789ca3fd Don’t clobber CXX flags accidentally and make Release builds the default 2017-05-31 15:41:47 -07:00
Christopher Kohnert 22831c7225 Add CMake support for easier cross-platform builds. 2017-05-31 11:02:48 -07:00