From ca78d2bdc7ac42577d14cc199ca082dbe7cd1388 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Wed, 29 Nov 2023 20:58:23 -0500 Subject: add tinyfiledialogs --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 5af8339..df7cba8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,6 +48,8 @@ set(PKE_SOURCE_FILES src/vendor/glm_include.hpp src/vendor/stb_image_include.hpp src/vendor/stb_image_include.cpp + src/vendor/tinyfiledialogs/tinyfiledialogs.h + src/vendor/tinyfiledialogs/tinyfiledialogs.c src/window.hpp src/window.cpp src/window-types.hpp -- cgit v1.2.3