Migrate to normal project structure

This commit is contained in:
2024-12-10 17:00:28 +01:00
parent 97c6131aca
commit c54020305d
12 changed files with 614 additions and 13 deletions

5
tests/premake.make Normal file
View File

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