Skip to content

Commit 55ad2a5

Browse files
authored
Update 3rdparty Cmake
1 parent d415c9c commit 55ad2a5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

3rdparty/CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ update_git_submodule(./openssl)
3434
update_git_submodule(./libjpeg-turbo)
3535
update_git_submodule(./libjpeg) # soon to be killed
3636
update_git_submodule(./parallel-hashmap)
37+
update_git_submodule(./gli)
3738
# exceptions that get automatically cloned
3839
update_git_submodule(./glm)
3940
update_git_submodule(./freetype2)
@@ -454,6 +455,9 @@ if (IRR_COMPILE_WITH_CUDA)
454455
endif()
455456

456457
set(IRR_3RDPARTY_TARGETS
458+
RadeonRays
459+
CLW
460+
Calc
457461
lzma
458462
lz4
459463
aesGladman
@@ -507,4 +511,4 @@ install(
507511
DIRECTORY ./parallel-hashmap/parallel_hashmap
508512
DESTINATION ./relwithdebinfo/include/parallel-hashmap
509513
CONFIGURATIONS RelWithDebInfo
510-
)
514+
)

0 commit comments

Comments
 (0)