libscterm/tests/premake.make
Bob Polis 72cc19c1b2 Update to modern project structure
Also, move progress tool into tests.
2024-12-03 17:20:29 +01:00

6 lines
182 B
Makefile

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