externals: Move OSS font data to file_sys in core

This commit is contained in:
Zach Hilman 2019-07-05 18:49:52 -04:00
parent 2b514275ad
commit 361a8fa318
28 changed files with 73324 additions and 111730 deletions

View file

@ -42,9 +42,6 @@ target_include_directories(mbedtls PUBLIC ./mbedtls/include)
add_library(microprofile INTERFACE)
target_include_directories(microprofile INTERFACE ./microprofile)
# Open Source Archives
add_subdirectory(open_source_archives EXCLUDE_FROM_ALL)
# Unicorn
add_library(unicorn-headers INTERFACE)
target_include_directories(unicorn-headers INTERFACE ./unicorn/include)