Updated directory structure and build steps

* seperate build-supplemental from build-version
* version.cpp now included in cmake config, not directly imported
* socket moved into its own directory
* test_www removed from project
This commit is contained in:
Nicholas Orlowsky 2025-02-04 11:29:15 -05:00
parent 54d82b8c66
commit fba87f3fbb
Signed by: nickorlow
GPG key ID: 838827D8C4611687
26 changed files with 122 additions and 92 deletions

4
src/anthracite.hpp Normal file
View file

@ -0,0 +1,4 @@
#include "backends/backend.hpp"
using namespace anthracite;
int anthracite_main(int argc, char** argv, backends::backend& be);