initial commit
This commit is contained in:
commit
4b60ece582
327 changed files with 28286 additions and 0 deletions
13
lib/fontParser/tables/CMakeLists.txt
Normal file
13
lib/fontParser/tables/CMakeLists.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
cmake_minimum_required(VERSION 2.6)
|
||||
project(tables)
|
||||
|
||||
set(SOURCES
|
||||
table.cpp
|
||||
cmap.cpp
|
||||
hhea.cpp
|
||||
hmtx.cpp
|
||||
head.cpp
|
||||
name.cpp
|
||||
)
|
||||
|
||||
add_library(tables STATIC ${SOURCES})
|
Loading…
Add table
Add a link
Reference in a new issue