mirror of
https://github.com/recp/cglm.git
synced 2026-06-06 06:13:39 -05: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:
+2
-1
@@ -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