add meson option to not install library

This commit is contained in:
Michal Bukovský
2024-11-30 20:17:02 +01:00
committed by Martin Hořeňovský
parent 7d7b2f89f2
commit 6e9c34aa20
2 changed files with 23 additions and 15 deletions

View File

@@ -1 +1,2 @@
option('tests', type: 'boolean', value: true, description: 'Build the unit tests')
option('install', type: 'boolean', value: true, description: 'Install the library')