Update to modern project structure

Also, move progress tool into tests.
This commit is contained in:
2024-12-03 17:20:29 +01:00
parent 85a398ff3e
commit 72cc19c1b2
15 changed files with 578 additions and 101 deletions

5
tests/premake.make Normal file
View File

@ -0,0 +1,5 @@
include ../premake.make
LDLIBS += -lboost_unit_test_framework -lsccolor
CXXFLAGS += -I../src
SRCS := $(notdir $(filter-out ../src/main.cpp,$(wildcard ../src/*.cpp)))
PRODUCT := tool