File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
include/nbl/builtin/hlsl/cpp_compat Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
#include <glm/glm.hpp>
8
8
#include <glm/detail/_swizzle.hpp>
9
9
#include <stdint.h>
10
- #include <openexr/IlmBase/Half/ half .h>
10
+ #include <half .h>
11
11
12
12
namespace nbl::hlsl
13
13
{
Original file line number Diff line number Diff line change @@ -466,6 +466,7 @@ else()
466
466
target_link_libraries (Nabla PRIVATE SPIRV SPIRV-Tools SPIRV-Tools-opt )
467
467
endif ()
468
468
target_include_directories (Nabla PUBLIC
469
+ "${THIRD_PARTY_SOURCE_DIR} /dxc/dxc/include"
469
470
"${THIRD_PARTY_SOURCE_DIR} /dxc/dxc/external/SPIRV-Tools/include"
470
471
"${THIRD_PARTY_SOURCE_DIR} /dxc/dxc/external/SPIRV-Headers/include"
471
472
)
@@ -544,7 +545,6 @@ add_custom_target(dxcompiler
544
545
add_dependencies (Nabla dxcompiler )
545
546
add_dependencies (3rdparty dxcompiler )
546
547
547
- target_include_directories (Nabla PRIVATE "${DXC_INCLUDE_DIRECTORIES} " )
548
548
if (NBL_STATIC_BUILD )
549
549
target_link_libraries (Nabla INTERFACE "${DXC_LIB} " )
550
550
else ()
You can’t perform that action at this time.
0 commit comments