mirror of
https://github.com/nemtrif/utfcpp.git
synced 2025-04-07 22:43:03 +00:00
move headers in subdirectory utf8cpp
This commit is contained in:
parent
82c674b7a7
commit
e4f1ed4808
13 changed files with 8 additions and 8 deletions
|
@ -20,7 +20,7 @@ if(UTF8_INSTALL)
|
|||
set(DEF_INSTALL_CMAKE_DIR ${CMAKE_INSTALL_LIBDIR}/cmake/utf8cpp)
|
||||
endif()
|
||||
|
||||
install(DIRECTORY source/ DESTINATION include/utf8cpp)
|
||||
install(DIRECTORY source/ DESTINATION include)
|
||||
install(TARGETS utf8cpp EXPORT utf8cppConfig)
|
||||
install(EXPORT utf8cppConfig DESTINATION ${DEF_INSTALL_CMAKE_DIR})
|
||||
endif()
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "../source/utf8.h"
|
||||
#include "utf8cpp/utf8.h"
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <string>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "utf8.h"
|
||||
#include "utf8cpp/utf8.h"
|
||||
using namespace utf8;
|
||||
|
||||
#include <string>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include "gtest/gtest.h"
|
||||
#include "utf8.h"
|
||||
#include "utf8cpp/utf8.h"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include "gtest/gtest.h"
|
||||
#include "utf8.h"
|
||||
#include "utf8cpp/utf8.h"
|
||||
|
||||
using namespace utf8;
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include "gtest/gtest.h"
|
||||
#include "utf8.h"
|
||||
#include "utf8cpp/utf8.h"
|
||||
#include <string>
|
||||
using namespace utf8;
|
||||
using namespace std;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include "gtest/gtest.h"
|
||||
#include "utf8/unchecked.h"
|
||||
#include "utf8cpp/utf8/unchecked.h"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include "gtest/gtest.h"
|
||||
#include "utf8/unchecked.h"
|
||||
#include "utf8cpp/utf8/unchecked.h"
|
||||
|
||||
using namespace utf8::unchecked;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue