-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[D3D12] Fixed missing define in CMakeLists.txt script for DXC compiler.
CMake function add_definitions() only adds defines for the current subdirectory. LLGL_D3D12_ENABLE_DXCOMPILER is defined in LLGL_DXCommon build script, so it must be adopted in D3D12 backend explicitly.
- Loading branch information
1 parent
769497c
commit f22c4dc
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters