2022-08-17 18:05:55 +00:00
|
|
|
option(
|
|
|
|
'tests',
|
|
|
|
type: 'feature',
|
|
|
|
description: 'Build tests which depends upon the kyua framework',
|
|
|
|
)
|
2023-09-13 17:49:11 +00:00
|
|
|
|
|
|
|
option(
|
|
|
|
'with-system-libdir',
|
|
|
|
type: 'string',
|
|
|
|
value: '',
|
|
|
|
description: 'Specify the system library directory (default {prefix}/{libdir})'
|
|
|
|
)
|
|
|
|
|
|
|
|
option(
|
|
|
|
'with-system-includedir',
|
|
|
|
type: 'string',
|
|
|
|
value: '',
|
|
|
|
description: 'Specify the system include directory (default {prefix}/{includedir})'
|
|
|
|
)
|