summaryrefslogtreecommitdiff
path: root/run_linux64.sh
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@mailbox.org>2026-01-08 22:08:07 +0100
committerAldrik Ramaekers <aldrik@mailbox.org>2026-01-08 22:08:07 +0100
commit6555d97f2eaf5b3829543624f6b0a3394715c71b (patch)
treec0b2d6abd7e402b32ab2e42088db6da4337c0364 /run_linux64.sh
parent0d70098dd5b704f2953c63f0c827b46b11935b81 (diff)
setup window work
Diffstat (limited to 'run_linux64.sh')
-rwxr-xr-xrun_linux64.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/run_linux64.sh b/run_linux64.sh
index 64a648b..9409ddc 100755
--- a/run_linux64.sh
+++ b/run_linux64.sh
@@ -11,6 +11,7 @@ libs/ImGuiDatePicker/*.cpp \
libs/zip/src/*.c \
libs/xml.c/src/*.c \
libs/timer_lib/*.c \
+libs/stb/stb_image.c \
libs/tinyfiledialogs/tinyfiledialogs.c"
SOURCES="src/*.cpp src/ui/*.cpp src/locales/*.cpp src/providers/*.cpp"
LIBS="-lstdc++ -lglfw -lGL -lm -lssl -lcrypto"