aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* GIR and Vala bindings: Properly detect GObjectIntrospection and Vala and ↵Mike Gabriel2021-08-281-32/+34
| | | | disable GIR and Vala if not found.
* Add Vala BindingsRobert Tari2021-08-181-0/+41
| | | | | | | | | | | | - src/utils.h: Replace defined strings with static const chars - src/CMakeLists.txt: Add .gir and .vapi generation code - tetsts/CMakeLists.txt: Compile tst_utils_vala + add as test - CMakeLists.txt: Add tst_utils_vala to tests + add modules from cmake/ - cmake/FindGObjectIntrospection.cmake: Add file - cmake/FindVala.cmake.cmake: Add file - .build.yml: Add libgirepository1.0-dev, gobject-introspection, valac dependencies fixes https://github.com/AyatanaIndicators/libayatana-common/issues/22
* src/CMakeLists.txt: Use CMAKE_INSTALL_FULL_*DIR locationsRobert Tari2021-06-081-3/+3
|
* src/CMakeLists.txt: Drop PUBLIC_HEADER from set_target_properties to avoid ↵Mike Gabriel2021-04-121-1/+0
| | | | utils.h in <libdir>.
* Explicitly set ABI_VERSION / API_VERSION and use ABI_VERSION in the .so ↵Mike Gabriel2021-01-151-0/+7
| | | | filename.
* Inital commitMarius Gripsgard2021-01-121-0/+23