pomdog
pomdog copied to clipboard
Support building shared library with CMake
We should provide a way to building a shared library using CMake to remove obsolete GYP support.
TODOs:
- [ ] Build DLL under Windows
- [ ] Build shared library (
*.so
) under Linux - [ ] Build
*.dylib
and deploy framework under Mac - [ ] Try
GENERATE_EXPORT_HEADER
, and please see this gitter chat