Renamed inc directory to const_fmt
This commit is contained in:
parent
d26cf43b32
commit
55ff861f67
@ -9,7 +9,7 @@ if(NOT CMAKE_BUILD_TYPE)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
||||||
include_directories(inc)
|
include_directories(.)
|
||||||
|
|
||||||
add_executable(logger src/main.cpp)
|
add_executable(logger src/main.cpp)
|
||||||
|
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <tuple>
|
#include <tuple>
|
||||||
|
|
||||||
#include <format.h>
|
#include "format.h"
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -1,6 +1,4 @@
|
|||||||
//#include <iostream>
|
#include <const_fmt/Logger.h>
|
||||||
|
|
||||||
#include <Logger.h>
|
|
||||||
|
|
||||||
|
|
||||||
int main(int argc, char* argv[]) {
|
int main(int argc, char* argv[]) {
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
#include <format.h>
|
#include <const_fmt/format.h>
|
||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
#include <parse.h>
|
#include <const_fmt/parse.h>
|
||||||
|
|
||||||
|
|
||||||
using namespace detail;
|
using namespace detail;
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
#include <utility.h>
|
#include <const_fmt/utility.h>
|
||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
|
|
||||||
TEST(Utility, const_pow) {
|
TEST(Utility, const_pow) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user