Build: Add options to enable/disable specifics modules and their dependencies

This commit is contained in:
SirLynix
2023-04-10 12:49:17 +02:00
committed by Jérôme Leclercq
parent 71bc39bfa6
commit b1255ad2ad
3 changed files with 80 additions and 39 deletions

View File

@@ -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")