File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -161,11 +161,6 @@ target_include_directories(SPIRV PUBLIC "${GLSLANG_GENERATED_INCLUDEDIR}")
161
161
set (SHADERC_SKIP_TESTS ON CACHE INTERNAL "Skip shaderc tests?" )
162
162
set (SHADERC_SKIP_INSTALL ON CACHE INTERNAL "Install shaderc?" )
163
163
164
- # if it doesn't work without the `touch` on Linux, then fetch the latest submodule head of shaderc and try again
165
- # https://github.com/google/shaderc/issues/568
166
- if (UNIX )
167
- file (WRITE ${THIRD_PARTY_SOURCE_DIR} /shaderc/libshaderc/libshaderc_combined.a "" )
168
- endif ()
169
164
add_subdirectory (shaderc shaderc EXCLUDE_FROM_ALL )
170
165
171
166
# libjpeg-turbo
@@ -468,7 +463,6 @@ set(NBL_3RDPARTY_TARGETS
468
463
simdjson
469
464
nlohmann_json
470
465
glslang
471
- OGLCompiler
472
466
OSDependent
473
467
MachineIndependent
474
468
GenericCodeGen
@@ -494,9 +488,6 @@ endif()
494
488
if (NBL_BUILD_IMGUI )
495
489
list (APPEND NBL_3RDPARTY_TARGETS imgui implot imtestsuite imtestengine imguizmo )
496
490
endif ()
497
- if (ENABLE_HLSL )
498
- list (APPEND NBL_3RDPARTY_TARGETS HLSL )
499
- endif ()
500
491
501
492
foreach (trgt IN LISTS NBL_3RDPARTY_TARGETS )
502
493
if (NBL_DYNAMIC_MSVC_RUNTIME )
Original file line number Diff line number Diff line change @@ -714,7 +714,6 @@ if(NBL_STATIC_BUILD)
714
714
nbl_install_lib (glslang )
715
715
nbl_install_lib (GenericCodeGen )
716
716
nbl_install_lib (MachineIndependent )
717
- nbl_install_lib (HLSL )
718
717
nbl_install_lib (jpeg-static )
719
718
if (_NBL_COMPILE_WITH_OPEN_EXR_ )
720
719
nbl_install_lib (OpenEXR )
@@ -728,7 +727,6 @@ if(NBL_STATIC_BUILD)
728
727
nbl_install_lib (SPIRV )
729
728
nbl_install_lib (SPIRV-Tools-static ) # TODO: make this function/macro work with alias target
730
729
nbl_install_lib (SPIRV-Tools-opt )
731
- nbl_install_lib (OGLCompiler )
732
730
nbl_install_lib (OSDependent )
733
731
nbl_install_lib (zlibstatic )
734
732
nbl_install_lib (simdjson )
You can’t perform that action at this time.
0 commit comments