Migrate to unified Makefile

This commit is contained in:
2024-10-08 06:01:45 +02:00
parent 60f39f0336
commit 2f35f1af6f
11 changed files with 464 additions and 94 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