aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add an execute_command with warningRobert Tari2023-10-021-0/+2
|
* src/CMakeLists.txt: Build .gir and .typelib when Vala is not presentRobert Tari2021-12-141-0/+4
| | | | fixes https://github.com/AyatanaIndicators/libayatana-common/issues/53
* Add ENABLE_LOMIRI_FEATURES switchRobert Tari2021-12-091-4/+3
|
* Fix missing ayatana-common library during GIR scanningRobert Tari2021-08-291-0/+1
|
* Whitespace fixRobert Tari2021-08-291-43/+43
|
* src/CMakeLists.txt: Also generate binary typelib file (and set nsversion for ↵Mike Gabriel2021-08-281-5/+21
| | | | this).
* 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