mirror of https://github.com/libAthena/athena.git
Move utf8proc.h to include/athena
This commit is contained in:
parent
b3a274fcd8
commit
b67f6dc231
|
@ -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
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include "utf8proc.h"
|
||||
#include "athena/utf8proc.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <functional>
|
||||
|
|
Loading…
Reference in New Issue