summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
authoronelin <oscar@nelin.dk>2025-04-01 09:45:43 +0000
committeronelin <oscar@nelin.dk>2025-04-09 09:55:17 +0000
commit7352085dca54837fb60dbba4328ee0bc069bca16 (patch)
treed5cbd648aea5abebc17627294e49a383e7323e0d /src/resources
parente97750ce116cbcd67a8718c646e3af6415a4247e (diff)
Fetch GLFW3 if not installed locally
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/CMakeLists.txt b/src/resources/CMakeLists.txt
index 9934cc1..00e2cbc 100644
--- a/src/resources/CMakeLists.txt
+++ b/src/resources/CMakeLists.txt
@@ -14,7 +14,7 @@ add_library(daw_resources
)
target_compile_options(daw_resources PUBLIC ${BUILD_OPTS})
-target_include_directories(daw_resources PRIVATE ${DAW_INCLUDE_DIRS})
+target_include_directories(daw_resources PRIVATE ${DAW_INCLUDE_DIRS} stb)
target_link_libraries(daw_resources PRIVATE
assimp
cglm