gklingler / sharedLibsDemo

Minimal "portable" cmake project that builds and links a shared library. Builds on various operating systems with various compilers.

Home Page:http://gernotklingler.com/blog/creating-using-shared-libraries-different-compilers-different-operating-systems/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sharedLibsDemo

Minimal "portable" cmake project that builds and links a shared library. Builds on various operating systems with various compilers.

Tested on Linux with GCC and clang and on Windows with MinGW and Visual Studio (various versions).

To build, just call the appropriate build_XYZ.[bat|sh] script.

About

Minimal "portable" cmake project that builds and links a shared library. Builds on various operating systems with various compilers.

http://gernotklingler.com/blog/creating-using-shared-libraries-different-compilers-different-operating-systems/


Languages

Language:CMake 46.5%Language:C++ 25.4%Language:Batchfile 17.0%Language:Shell 11.1%