First commit

This commit is contained in:
2025-01-06 09:06:29 +01:00
commit fa72b7db0a
13 changed files with 618 additions and 0 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