You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Adds a few cmake fixes to improve package discovery. (#97)
- Adds target_include_directories to properly discover header files when using an external target.
- Replaces "lib" by "CMAKE_INSTALL_LIBDIR" when setting "ConfigPackageLocation"
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Qt compatibility (#85)
* Add user config of cmake to .gitignore
* Rename from signals -> signals_
This avoid conflict with Qt keywork for signals/slots feature.