Compare commits
5 Commits
Prerelease
...
Prerelease
Author | SHA1 | Date | |
---|---|---|---|
7c9a3bddc8 | |||
16a2b8ead0 | |||
82fb6c64ca | |||
b3dbd1b556 | |||
22a4e02b95 |
@@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.18..27)
|
||||
cmake_minimum_required(VERSION 3.18..3.27)
|
||||
PROJECT(jlog
|
||||
VERSION 1.0
|
||||
LANGUAGES CXX
|
||||
@@ -23,7 +23,7 @@ include_directories("include")
|
||||
|
||||
CPMAddPackage(
|
||||
NAME Event
|
||||
URL https://git.redacted.cc/josh/Event/archive/Release-7.zip
|
||||
URL https://git.redacted.cc/josh/Event/archive/Release-12.zip
|
||||
)
|
||||
|
||||
CPMAddPackage(
|
||||
|
@@ -1,8 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <functional>
|
||||
#include <string>
|
||||
#include <ostream>
|
||||
#include <mcolor.h>
|
||||
#include "Colors.hpp"
|
||||
#include <Colors.hpp>
|
||||
|
||||
namespace jlog {
|
||||
using namespace mcolor;
|
||||
|
2
main.cpp
2
main.cpp
@@ -6,8 +6,6 @@
|
||||
// This work is dedicated to the public domain.
|
||||
#include "jlog/Logger.hpp"
|
||||
|
||||
|
||||
|
||||
int main()
|
||||
{
|
||||
jlog::GenericLogger Demo("demo", jlog::GlobalLogFile);
|
||||
|
@@ -1,4 +1,5 @@
|
||||
#include "jlog/Token.hpp"
|
||||
#include <jlog/Token.hpp>
|
||||
#include <ostream>
|
||||
|
||||
namespace jlog {
|
||||
std::string token::Stringer(bool includeColor) {
|
||||
|
Reference in New Issue
Block a user