We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d415c9c commit 55ad2a5Copy full SHA for 55ad2a5
3rdparty/CMakeLists.txt
@@ -34,6 +34,7 @@ update_git_submodule(./openssl)
34
update_git_submodule(./libjpeg-turbo)
35
update_git_submodule(./libjpeg) # soon to be killed
36
update_git_submodule(./parallel-hashmap)
37
+update_git_submodule(./gli)
38
# exceptions that get automatically cloned
39
update_git_submodule(./glm)
40
update_git_submodule(./freetype2)
@@ -454,6 +455,9 @@ if (IRR_COMPILE_WITH_CUDA)
454
455
endif()
456
457
set(IRR_3RDPARTY_TARGETS
458
+ RadeonRays
459
+ CLW
460
+ Calc
461
lzma
462
lz4
463
aesGladman
@@ -507,4 +511,4 @@ install(
507
511
DIRECTORY ./parallel-hashmap/parallel_hashmap
508
512
DESTINATION ./relwithdebinfo/include/parallel-hashmap
509
513
CONFIGURATIONS RelWithDebInfo
510
-)
514
+)
0 commit comments