初始化内容
This commit is contained in:
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
option(
|
||||
'test',
|
||||
type : 'boolean',
|
||||
value : true,
|
||||
description : 'Build and run tests'
|
||||
)
|
||||
|
||||
option(
|
||||
'hash',
|
||||
type : 'boolean',
|
||||
value : false,
|
||||
description : 'Do hashing at build time - longer build times, but O(1) string lookup'
|
||||
)
|
||||
Reference in New Issue
Block a user