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
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"
Qt compatibility (#85)
* Add user config of cmake to .gitignore
* Rename from signals -> signals_
This avoid conflict with Qt keywork for signals/slots feature.