mirror of
https://github.com/recp/cglm.git
synced 2025-10-03 16:51:35 +00:00
meson: add 'install' option
This is useful for people who want to use cglm as a meson subproject without polluting the main project's install target.
This commit is contained in:
@@ -1 +1,2 @@
|
||||
option('build_tests', type : 'boolean', value : false, description : 'Build tests')
|
||||
option('build_tests', type : 'boolean', value : false, description : 'Build tests')
|
||||
option('install', type : 'boolean', value : true, description : 'Include the library, headers, and pkg-config file in the install target')
|
||||
|
Reference in New Issue
Block a user