aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Install library as libraryTill Maas2023-08-241-3/+1
| | | | | | Fedora needs libraries to be executable to extract debug information. Debian does not. The cmake TARGETS installation takes care of this, therefore use it.
* Add level menu itemRobert Tari2023-05-051-0/+2
|
* vala: The name of the vapi should match the pkg-config nameRico Tzschichholz2022-03-151-8/+8
| | | | | Add reference to an existing header to gir which should be a single include header.
* src/CMakeLists.txt: link libm for expf, pow and sinfJan Palus2022-02-191-1/+1
| | | | Fixes #52
* Clean up compilation flagsRobert Tari2022-01-141-1/+0
|
* src/CMakeLists.txt: Add missing target link librariesRobert Tari2021-06-081-0/+1
| | | | fixes https://github.com/AyatanaIndicators/ayatana-ido/issues/39
* src/CMakeLists.txt: Wrap GIR and VAPI related build instructions into ↵Mike Gabriel2021-06-071-64/+73
| | | | if-clauses (that check, if INTROSPECTION_FOUND and VAPI_FOUND).
* Use CMAKE_INSTALL_FULL_*DIR variables for installationRobert Tari2021-06-071-14/+14
| | | | https://github.com/AyatanaIndicators/ayatana-ido/issues/40
* src/CMakeLists.txt: Actively set --library-path for g-ir-scanner.Mike Gabriel2021-04-211-0/+1
|
* Add CMakeLists.txt files.Robert Tari2021-04-211-0/+175