summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt16
-rw-r--r--include/cxxformat/core.hpp (renamed from cxxformat/core.hpp)0
-rw-r--r--include/cxxformat/cxxformat (renamed from cxxformat/cxxformat)0
-rw-r--r--include/cxxformat/file_ptr.hpp (renamed from cxxformat/file_ptr.hpp)0
-rw-r--r--include/cxxformat/formatters.hpp (renamed from cxxformat/formatters.hpp)0
-rw-r--r--include/cxxformat/helpers.hpp (renamed from cxxformat/helpers.hpp)0
-rw-r--r--include/cxxformat/ostream.hpp (renamed from cxxformat/ostream.hpp)0
-rw-r--r--include/cxxformat/string.hpp (renamed from cxxformat/string.hpp)0
8 files changed, 8 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bd2f310..dc51032 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,15 +5,15 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
project(cxxformat)
add_library(cxxformat INTERFACE
- cxxformat/cxxformat
- cxxformat/core.hpp
- cxxformat/file_ptr.hpp
- cxxformat/formatters.hpp
- cxxformat/helpers.hpp
- cxxformat/ostream.hpp
- cxxformat/string.hpp
+ include/cxxformat/cxxformat
+ include/cxxformat/core.hpp
+ include/cxxformat/file_ptr.hpp
+ include/cxxformat/formatters.hpp
+ include/cxxformat/helpers.hpp
+ include/cxxformat/ostream.hpp
+ include/cxxformat/string.hpp
)
-target_include_directories(cxxformat INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
+target_include_directories(cxxformat INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/include")
add_executable(test EXCLUDE_FROM_ALL main.cpp)
target_link_libraries(test PRIVATE cxxformat)
diff --git a/cxxformat/core.hpp b/include/cxxformat/core.hpp
index 8669f1c..8669f1c 100644
--- a/cxxformat/core.hpp
+++ b/include/cxxformat/core.hpp
diff --git a/cxxformat/cxxformat b/include/cxxformat/cxxformat
index 6da253a..6da253a 100644
--- a/cxxformat/cxxformat
+++ b/include/cxxformat/cxxformat
diff --git a/cxxformat/file_ptr.hpp b/include/cxxformat/file_ptr.hpp
index da516b0..da516b0 100644
--- a/cxxformat/file_ptr.hpp
+++ b/include/cxxformat/file_ptr.hpp
diff --git a/cxxformat/formatters.hpp b/include/cxxformat/formatters.hpp
index a5c92ed..a5c92ed 100644
--- a/cxxformat/formatters.hpp
+++ b/include/cxxformat/formatters.hpp
diff --git a/cxxformat/helpers.hpp b/include/cxxformat/helpers.hpp
index 73cb0be..73cb0be 100644
--- a/cxxformat/helpers.hpp
+++ b/include/cxxformat/helpers.hpp
diff --git a/cxxformat/ostream.hpp b/include/cxxformat/ostream.hpp
index 308b670..308b670 100644
--- a/cxxformat/ostream.hpp
+++ b/include/cxxformat/ostream.hpp
diff --git a/cxxformat/string.hpp b/include/cxxformat/string.hpp
index 06cb620..06cb620 100644
--- a/cxxformat/string.hpp
+++ b/include/cxxformat/string.hpp