cvsba icon indicating copy to clipboard operation
cvsba copied to clipboard

add __declspec to cvsba.h to support lib generation in windows

Open tompollok opened this issue 5 years ago • 1 comments

adds support for building the library on windows platform. In windows you need to specify which classes sould be exported to create the library file.

tompollok avatar Jun 16 '20 18:06 tompollok

@willdzeng i added the export header file such that the library is now correctly built on linux and windows plattforms / compilers.

tompollok avatar Jun 18 '20 14:06 tompollok