Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit 46a2d2d

Browse files
author
Bettina Heim
committed
also need to copy C headers
1 parent ea9750e commit 46a2d2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/QIR/Development/Development.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
<ItemGroup>
137137
<_QirRuntimeLibFiles Include="$(QirRuntimeLibs)/**/*.*" Exclude="$(QirRuntimeLibs)/**/*.exe" />
138138
<_QirRuntimeHeaderFiles Include="$(QirRuntimeHeaders)/**/*.hpp" />
139+
<_QirRuntimeHeaderFiles Include="$(QirRuntimeHeaders)/**/*.h" />
139140
</ItemGroup>
140141
<Copy SourceFiles="$(SimulatorRuntime)" DestinationFolder="$(BuildOutputPath)" SkipUnchangedFiles="true" />
141142
<Copy SourceFiles="@(_QirRuntimeLibFiles)" DestinationFolder="$(BuildOutputPath)\%(RecursiveDir)" SkipUnchangedFiles="true" />

0 commit comments

Comments
 (0)