summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorcoco875 <59367621+coco875@users.noreply.github.com>2025-06-22 12:49:15 +0000
committerGitHub <noreply@github.com>2025-06-22 06:49:15 -0600
commit0eb0ff49e0afaf62be2c70a173a122ac58bbabfb (patch)
tree2dbdf1ffd0d1352876bbbf88801505a0a4d22a26 /CMakeLists.txt
parente73d3f4fa366f8b984ca3568015fa8f6f3f79e62 (diff)
allow to replace img with png or jpg or bmp (#272)
* allow to replace img with png or jpg or bmp * revert experimental change
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f77ecf401..b5429241b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -287,6 +287,9 @@ FetchContent_Declare(
)
FetchContent_MakeAvailable(dr_libs)
+#=================== STB ===================
+include_directories(${STB_DIR})
+
#==============================================================================#
# Libultraship Integration #
#==============================================================================#