Possseidon / dang-lib

A C++ library, providing a variety of useful classes focused around game developement.
3 stars 1 forks source link

Use generate_export_header instead of manual `__declspec` magic. #100

Closed Possseidon closed 2 years ago

Possseidon commented 2 years ago

Initially this was only meant to be used for the shared dmath Lua library, but dang-gl and dang-glfw have become part of this and can now be built as shared libraries as well.

Also comes with changes to use full include paths everywhere and sorting of dang_add_feature_subdirectory calls.