Skip to content

Commit 860f620

Browse files
committed
Add RGFW as a submodule and update build config
1 parent d6fb760 commit 860f620

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@
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

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

vdeps/RGFW

Submodule RGFW added at 45b1845

0 commit comments

Comments
 (0)