Commit 1a4bf9e
committed
cmake: install nf2ff import library to lib/ on Windows
Same issue as openEMS: INSTALL(TARGETS nf2ff DESTINATION bin) sends
both the DLL and the import library (.lib) to bin/, but setup.py only
searches lib/ for link libraries. Split into RUNTIME → bin and
ARCHIVE → lib${LIB_SUFFIX}.
Signed-off-by: Thorsten Liebig <thorsten.liebig@gmx.de>
Generated-by: Claude Sonnet 4.61 parent 0e15bce commit 1a4bf9e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments