Build: Add options to enable/disable specifics modules and their dependencies
This commit is contained in:
committed by
Jérôme Leclercq
parent
71bc39bfa6
commit
b1255ad2ad
@@ -1,4 +1,4 @@
|
||||
option("assimp", { description = "Build Assimp plugin", default = true })
|
||||
option("assimp", { description = "Build Assimp plugin", default = true, category = "Plugins" })
|
||||
|
||||
if has_config("assimp") then
|
||||
add_requires("assimp >=5.2.5")
|
||||
|
||||
Reference in New Issue
Block a user