generated from bing/readnotes
29 lines
588 B
CMake
29 lines
588 B
CMake
include_directories(../)
|
|
include_directories(./)
|
|
include_directories(./tables)
|
|
include_directories(./tables/name)
|
|
set(SOURCE
|
|
tables/name/name_id.h
|
|
tables/name/name.h
|
|
tables/name/name.cpp
|
|
tables/name/platform_id.h
|
|
tables/name/name_head.h
|
|
tables/name/name_head.cpp
|
|
tables/table.h
|
|
tables/table.cpp
|
|
tables/table_name.h
|
|
font.cpp
|
|
font.h
|
|
head.cpp
|
|
head.h
|
|
tables/cmap/cmap.h
|
|
tables/cmap/cmap.cpp
|
|
tables/cmap/encoding_record.h
|
|
tables/cmap/encoding_record.cpp
|
|
tables/cmap/header.cpp
|
|
tables/cmap/header.h
|
|
tables/cmap/platform.h
|
|
tables/cmap/tables.h
|
|
)
|
|
project(fonts)
|
|
add_library(core SHARED ${SOURCE}) |