kicad/include/tool/examples/Makefile

6 lines
139 B
Makefile

CXXFLAGS = -I../.. -I../../boost
all: delegate_example coroutine_example
delegate_example: delegate_example.cpp
g++ -o $@ $^ $(CXXFLAGS)