Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

New c make lists.txt #58

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

Conversation

SzykCech4
Copy link

At first: Thank you! I am highly inspired by your original CMakeLists.txt. As you probably know Qt will switch to cmake and drop qmake with advent of Qt6. Now I am in process switch to cmake all my C++ projects. Now I switched all my libraries (and 3rdparty libraries). As I said: I begin with yours CMakeLists.txt but now I made also few changes most notable are:

  • multiarch: library should be installed in: /usr/local/lib/x86_64-linux-gnu not just /usr/local/lib - in that way works Qt and Kde.
  • generation qtcsvConfig.cmake (it is recommended way to include and link to other cmake projects)
  • generation qtcsvConfigVersion.cmake (not sure what is for - but it is easy to generate - so why not?)
  • generation qtcsv.pc (it makes your library easy to include and link to Make and AutoTols projects)

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

Successfully merging this pull request may close these issues.

None yet

1 participant