mirror of
https://github.com/PerMalmberg/libcron.git
synced 2025-07-24 19:23:18 -05:00
#1 - Moved files into new structure for more modern CMake usage.
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
#include <catch.hpp>
|
||||
#include <date/date.h>
|
||||
#include <libcron/Cron.h>
|
||||
#include <libcron/CronData.h>
|
||||
#include <libcron/include/libcron/Cron.h>
|
||||
#include <libcron/include/libcron/CronData.h>
|
||||
|
||||
using namespace libcron;
|
||||
using namespace date;
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#include <catch.hpp>
|
||||
#include <chrono>
|
||||
#include <date/date.h>
|
||||
#include <libcron/Cron.h>
|
||||
#include <libcron/include/libcron/Cron.h>
|
||||
#include <iostream>
|
||||
|
||||
using namespace libcron;
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#include <catch.hpp>
|
||||
#include <libcron/Cron.h>
|
||||
#include <libcron/include/libcron/Cron.h>
|
||||
#include <thread>
|
||||
#include <iostream>
|
||||
|
||||
|
Reference in New Issue
Block a user