Move utf8proc.h to include/athena

This commit is contained in:
Luke Street 2021-04-12 22:05:07 -04:00
parent b3a274fcd8
commit b67f6dc231
3 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@ add_library(athena-core
include/athena/YAMLDocReader.hpp
include/athena/YAMLDocWriter.hpp
include/yaml.h
include/utf8proc.h
include/athena/utf8proc.h
)
if(WIN32)
target_sources(athena-core PRIVATE

View File

@ -11,7 +11,7 @@
#include <sys/stat.h>
#include <sys/types.h>
#include "utf8proc.h"
#include "athena/utf8proc.h"
#ifdef _MSC_VER
#include <functional>