mirror of
https://github.com/libAthena/athena.git
synced 2025-12-08 21:18:02 +00:00
Move utf8proc.h to include/athena
This commit is contained in:
@@ -186,7 +186,7 @@ add_library(athena-core
|
|||||||
include/athena/YAMLDocReader.hpp
|
include/athena/YAMLDocReader.hpp
|
||||||
include/athena/YAMLDocWriter.hpp
|
include/athena/YAMLDocWriter.hpp
|
||||||
include/yaml.h
|
include/yaml.h
|
||||||
include/utf8proc.h
|
include/athena/utf8proc.h
|
||||||
)
|
)
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
target_sources(athena-core PRIVATE
|
target_sources(athena-core PRIVATE
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include "utf8proc.h"
|
#include "athena/utf8proc.h"
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
|||||||
Reference in New Issue
Block a user