polysoft1 / libmatrix-client

A C++ client for the matrix communication protocol that is designed to not be dependent on specific libraries.
MIT License
2 stars 0 forks source link

Fix compile issues #16

Closed jaredoconnell closed 3 years ago

jaredoconnell commented 3 years ago

This commit fixes three compile issues:

  1. There was a line I missed in the previous pull request
  2. The driver target was not setup to link to the subprojects when not using conan
  3. I did the DLL_EXPORT incorrectly. It caused a warning for each use of DLL_EXPORT. It's fixed now.

Verified works on Windows with PolyTrix.