File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313[submodule "vdeps/OffsetAllocator "]
1414 path = vdeps/OffsetAllocator
1515 url = https://github.com/sebbbi/OffsetAllocator
16+ [submodule "vdeps/RGFW "]
17+ path = vdeps/RGFW
18+ url = https://github.com/ColleagueRiley/RGFW
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ set(VRHI_SOURCES
7777 src/vrhi_state.cpp
7878 vdeps/OffsetAllocator/offsetAllocator.cpp
7979 vdeps/OffsetAllocator/offsetAllocator.hpp
80+ vdeps/RGFW/RGFW.h
8081)
8182
8283# Test Sources
@@ -118,6 +119,7 @@ target_include_directories(vrhi PUBLIC
118119 "${CMAKE_CURRENT_SOURCE_DIR } "
119120 "${CMAKE_CURRENT_SOURCE_DIR } /src"
120121 "${CMAKE_CURRENT_SOURCE_DIR } /vdeps/OffsetAllocator"
122+ "${CMAKE_CURRENT_SOURCE_DIR } /vdeps/RGFW"
121123)
122124
123125# Add Vulkan SDK Source/SPIRV-Reflect to include paths so we can directly inline inc the .c file
You can’t perform that action at this time.
0 commit comments