Move utf8proc.h to include/athena

hsh
Luke Street 3 years ago
parent b3a274fcd8
commit b67f6dc231
  1. 2
      CMakeLists.txt
  2. 0
      include/athena/utf8proc.h
  3. 2
      src/athena/Utility.cpp

@ -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…
Cancel
Save