Skip to content

Commit c018b55

Browse files
author
Benjamin Glatzel
committed
Added microprofile and tlsf to dependencies.
1 parent 57f1573 commit c018b55

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,9 @@
2828
[submodule "dependencies/rlutil"]
2929
path = dependencies/rlutil
3030
url = https://github.com/tapio/rlutil
31+
[submodule "dependencies/microprofile"]
32+
path = dependencies/microprofile
33+
url = https://github.com/jonasmr/microprofile
34+
[submodule "dependencies/tlsf"]
35+
path = dependencies/tlsf
36+
url = https://github.com/mattconte/tlsf

CMakeLists.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ file(GLOB INTR_CORE_SOURCE_FILES IntrinsicCore/src/IntrinsicCore*.cpp IntrinsicC
9494
file(GLOB INTR_CORE_HEADER_FILES IntrinsicCore/src/IntrinsicCore*.h IntrinsicCore/src/IntrinsicRenderer*.h )
9595

9696
set(INTR_CORE_C_SOURCE_FILES
97-
IntrinsicCore/src/tlsf.c
97+
dependencies/tlsf/tlsf.c
9898
)
9999

100100
file(GLOB INTR_HEADER_FILES Intrinsic/src/Intrinsic*.h)
@@ -120,7 +120,7 @@ set(INTDEP_SOURCE_FILES
120120
if(USE_MICROPROFILE)
121121
set(INTDEP_SOURCE_FILES
122122
${INTDEP_SOURCE_FILES}
123-
IntrinsicCore/src/microprofile.cpp
123+
dependencies/microprofile/microprofile.cpp
124124
)
125125
endif()
126126

@@ -197,6 +197,8 @@ set(INTR_DEPENDENCIES
197197
"dependencies/spirvcross/"
198198
"${Vulkan_INCLUDE_DIR}"
199199
"${BUGSPLAT_INCLUDE_DIR}"
200+
"dependencies/microprofile"
201+
"dependencies/tlsf"
200202
)
201203

202204
if(WIN32)

dependencies/microprofile

Submodule microprofile added at a9a93cc

dependencies/tlsf

Submodule tlsf added at 7d6c9a7

0 commit comments

Comments
 (0)