blitzpp / blitz

Blitz++ Multi-Dimensional Array Library for C++
https://github.com/blitzpp/blitz/wiki
Other
402 stars 83 forks source link

Activate static lib under Windows + generate import library #160

Closed HerveAncher closed 4 years ago

HerveAncher commented 4 years ago

I have modified the CMakeLists.txt to generate static library under Windows (MinGW and MSVC) and and specify the import library suffix to ensure thaht it not overwrited by static one.

Tested under MinGW-w64 with GCC 9.3.0 and MSVC 14.24 (VS2019)

slayoo commented 4 years ago

Thank you!