DOCGroup / MPC

MPC (The Makefile, Project, and Workspace Creator)
67 stars 61 forks source link

bugfix for shared library #215

Closed LukeMouse closed 4 months ago

LukeMouse commented 4 months ago

to gener dynamic library SHARED should be provided. See https://cmake.org/cmake/help/latest/command/add_library.html#command:add_library for add_library usage.