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

Conversation

p5-vbnekit
Copy link

@p5-vbnekit p5-vbnekit commented Feb 13, 2021

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 (modern way):

cmake_minimum_required(VERSION 3.15)
project("test")

find_package("srsgui" REQUIRED)

add_executable("test" test.cxx)

target_link_libraries("test" PRIVATE "srsgui::srsgui")

note:
There's 2 commits... Obviously first commit is optional, but recommended. =)

Nikita Pushchin added 2 commits February 13, 2021 19:29
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)
@CLAassistant
Copy link

CLAassistant commented Feb 13, 2021

CLA assistant check
All committers have signed the CLA.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants