Skip to content

Commit 55dedd8

Browse files
authored
Add copying of dxc.exe to install directory
1 parent b92b7b6 commit 55dedd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
cmake --install build/include/dxc --prefix build/install --config ${{ matrix.configuration }}
4040
cmake --install build/tools/clang/tools/dxcompiler --prefix build/install --config ${{ matrix.configuration }}
4141
cmake -E copy build/${{ matrix.configuration }}/bin/dxcompiler.pdb build/install/lib/
42+
cmake -E copy build/${{ matrix.configuration }}/bin/dxc.exe build/install/bin/
4243
cmake -E copy include/dxc/WinAdapter.h build/install/include/dxc/
4344
shell: cmd
4445

0 commit comments

Comments
 (0)