Commit a63ab65
authored
fix: set CMAKE_RUNTIME_OUTPUT_DIRECTORY to fix DLL not found (0xc0000135) on Windows (#10)
Test executables failed at runtime because the extension DLL was built in a
sibling directory and Windows could not locate it. Centralising all runtime
outputs (DLLs and EXEs) to build/bin ensures the loader finds them.1 parent 5414230 commit a63ab65
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| |||
0 commit comments