Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

cmake package autogeneration enabled & little findQwt.cmake fix #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 13, 2021

  1. decoration changes

    Nikita Pushchin committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    8cf7f84 View commit details
    Browse the repository at this point in the history
  2. cmake package autogeneration enabled

    This feature is made according to the following instructions: https://cmake.org/cmake/help/git-stage/guide/importing-exporting/index.html
    
    Installed srsgui library can be easily imported from another cmake-project:
      find_package(srsgui)
      target_link_libraries(my_application PRIVATE srsgui::srsgui)
    Nikita Pushchin committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    dcaef6e View commit details
    Browse the repository at this point in the history