mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-10 00:52:11 +01:00
Moved the html helpers to a html folder.
This commit is contained in:
parent
0c0123889b
commit
843e8153ff
@ -5,6 +5,7 @@ Import("env")
|
||||
env.core_sources = []
|
||||
|
||||
env.add_source_files(env.core_sources, "*.cpp")
|
||||
env.add_source_files(env.core_sources, "./html/*.cpp")
|
||||
env.add_source_files(env.core_sources, "./http/*.cpp")
|
||||
env.add_source_files(env.core_sources, "./database/*.cpp")
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "utils.h"
|
||||
|
||||
#include "html_builder.h"
|
||||
#include "html/html_builder.h"
|
||||
#include <maddy/parser.h>
|
||||
#include <memory>
|
||||
#include <sstream>
|
||||
|
Loading…
Reference in New Issue
Block a user