0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-04-11 11:51:50 +00:00

[build] Install QF/input/event* header files for qfcc

I guess I'd copied them by hand once and forgot about it. Need to clean
out QF's install more often.
This commit is contained in:
Bill Currie 2024-11-18 12:07:55 +09:00
parent 73a8404684
commit 34277b2050

View file

@ -231,6 +231,8 @@ qfcc_include_qf = include/QF/input.h
qfcc_include_qf_progs = include/QF/progs/pr_type_names.h
qfcc_include_qf_input = \
include/QF/input/binding.h \
include/QF/input/event.h \
include/QF/input/event_names.h \
include/QF/input/imt.h
qf_includedir = $(includedir)/QF