]> The Tcpdump Group git mirrors - libpcap/commit
Install things where MSVC and MinGW expect them 612/head
authorAli Abdulkadir <[email protected]>
Sat, 16 Sep 2017 11:55:23 +0000 (14:55 +0300)
committerAli Abdulkadir <[email protected]>
Sat, 16 Sep 2017 11:55:23 +0000 (14:55 +0300)
commit945a8cca64749b7cadfa824d2c037ec6d4de4b12
tree1d89749ba9333c9e8756f64288af9f82604f10dc
parent3441d6a6f2bece7ff761110742cf4f97ad6c7c71
Install things where MSVC and MinGW expect them

- dlls go into bin
- debugging symbols (pdb files generated during debug builds) MUST be install (also into bin)
- only the import library and the static library end up in lib
- MSVC only: 64 bit build MUST go into amd64 sub-folders of both the bin and lib folder

Debugging information are now directly embedded into the static library (/Z7). This should make the it much more self-contained.
CMakeLists.txt