mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[ion/keyboard] Do not define constexpr arrays in headers
They are duplicated in each compilation unit where they are called
This commit is contained in:
@@ -10,6 +10,8 @@ ifndef ION_KEYBOARD_LAYOUT
|
||||
$(error platform.mak should define ION_KEYBOARD_LAYOUT)
|
||||
endif
|
||||
SFLAGS += -Iion/include/ion/keyboard/$(ION_KEYBOARD_LAYOUT)
|
||||
SFLAGS += -Iion/include/ion/keyboard/
|
||||
ion_src += ion/src/shared/keyboard/$(ION_KEYBOARD_LAYOUT)/layout_events.cpp
|
||||
|
||||
include ion/src/$(PLATFORM)/Makefile
|
||||
-include ion/test/$(PLATFORM)/Makefile
|
||||
|
||||
Reference in New Issue
Block a user