Commit 00bd94a
committed
Allow Pc File Install With Window MSI Installer
Tested with:
```console
cmake -S . -B build -D BUILD_INSTALLER=1
cmake --build build --config Release --target package
```
Install generated msi and setup environment.
```batch
C:\Users\a_user>pkg-config --list-all
libze_loader Level Zero Loader - Runtime Library Loader for Level Zero
level-zero Level Zero - Level Zero
```
Signed-off-by: Schilling, Matthew <matthew.schilling@intel.com>1 parent c757c82 commit 00bd94a
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | 90 | | |
92 | 91 | | |
93 | 92 | | |
| |||
97 | 96 | | |
98 | 97 | | |
99 | 98 | | |
100 | | - | |
| 99 | + | |
101 | 100 | | |
102 | 101 | | |
103 | 102 | | |
104 | 103 | | |
105 | 104 | | |
106 | | - | |
| 105 | + | |
107 | 106 | | |
108 | 107 | | |
109 | | - | |
0 commit comments