Skip to content

Commit

Permalink
Makefile: add imgui_tables.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
sonoro1234 committed Mar 1, 2021
1 parent 41b3970 commit aa0baa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -6,6 +6,7 @@ OBJS = cimgui.o
OBJS += ./imgui/imgui.o
OBJS += ./imgui/imgui_draw.o
OBJS += ./imgui/imgui_demo.o
OBJS += ./imgui/imgui_tables.o
OBJS += ./imgui/imgui_widgets.o

CXXFLAGS=-O2 -fno-exceptions -fno-rtti
Expand Down

0 comments on commit aa0baa7

Please sign in to comment.