]> granicus.if.org Git - taglib/commitdiff
Isolate 3rdparty library for easier maintenance.
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Wed, 7 Jun 2017 03:49:44 +0000 (12:49 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Wed, 7 Jun 2017 03:51:44 +0000 (12:51 +0900)
3rdparty/utf8-cpp/checked.h [moved from taglib/toolkit/utf8/checked.h with 100% similarity]
3rdparty/utf8-cpp/core.h [moved from taglib/toolkit/utf8/core.h with 100% similarity]
taglib/CMakeLists.txt
taglib/toolkit/tstring.cpp

index a596ca5b6fcbe1faa378f47565e38ed10a18fa05..25041d251d6aaaca9b5962ebc7cc0a4953bed8df 100644 (file)
@@ -24,6 +24,7 @@ include_directories(
   ${CMAKE_CURRENT_SOURCE_DIR}/s3m
   ${CMAKE_CURRENT_SOURCE_DIR}/it
   ${CMAKE_CURRENT_SOURCE_DIR}/xm
+  ${CMAKE_SOURCE_DIR}/3rdparty
 )
 
 if(ZLIB_FOUND)
index b26e02fa41b077a3babc0a7d1a6be4b8f18c2bd7..c60a3e2ed2b80d17e4e76f8134923a9e99d76ab8 100644 (file)
 #include <cerrno>
 #include <climits>
 
+#include <utf8-cpp/checked.h>
+
 #include <tdebug.h>
 #include <tstringlist.h>
 #include <trefcounter.h>
 #include <tutils.h>
-#include <utf8/checked.h>
 
 #include "tstring.h"