18 lines
350 B
JSON
18 lines
350 B
JSON
{
|
|
"version": 3,
|
|
"cmakeMinimumRequired": {
|
|
"major": 3,
|
|
"minor": 20,
|
|
"patch": 0
|
|
},
|
|
"configurePresets": [
|
|
{
|
|
"name": "assimp_with_tools",
|
|
"binaryDir": "${sourceDir}",
|
|
"cacheVariables": {
|
|
"ASSIMP_BUILD_ASSIMP_TOOLS" : "ON"
|
|
}
|
|
}
|
|
]
|
|
}
|