radio/lib/fontParser/tables/CMakeLists.txt

14 lines
185 B
CMake
Raw Normal View History

2018-08-04 21:46:25 +00:00
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})