1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-01 06:30:52 +02:00

move includes into project directory and create version header

This commit is contained in:
Lars Melchior 2020-06-03 16:15:11 +02:00
parent 47f89bf102
commit 81fdc61cb1
6 changed files with 17 additions and 5 deletions

View file

@ -1,4 +1,5 @@
#include <greeter.h>
#include <greeter/greeter.h>
#include <greeter/version.h>
#include <cxxopts.hpp>
#include <iostream>