Moved everything around to let meson build the libraries, but I suspect I have too much SFML support gear for it to be useable.

This commit is contained in:
Zed A. Shaw 2025-05-07 12:21:34 -04:00
parent 560f506733
commit 838f54a4f4
22 changed files with 36 additions and 26 deletions

View file

@ -10,7 +10,7 @@ endif
%.cpp : %.rl
ragel -o $@ $<
build: lel_parser.cpp
build: src/lel_parser.cpp
meson compile -j 10 -C builddir
release_build: