Skip to content

Commit

Permalink
Add imgui_additions to the modules to be built and linked.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotonen committed Jul 19, 2023
1 parent 0da7881 commit 22c3864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ else
USE_SVG=no
endif

MODULES := kre svg tiled hex xhtml
MODULES := kre svg tiled hex xhtml imgui_additions

SRC_DIR := $(addprefix src/,$(MODULES)) src
BUILD_DIR := $(addprefix build/,$(MODULES)) build
Expand Down

0 comments on commit 22c3864

Please sign in to comment.