mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
27 lines
577 B
JSON
27 lines
577 B
JSON
{
|
|
"version": 3,
|
|
"configurePresets":[
|
|
{
|
|
"name": "dev",
|
|
"binaryDir": "build",
|
|
"installDir": "${sourceDir}/build/install",
|
|
"cacheVariables": {
|
|
"CMAKE_CXX_EXTENSIONS": "OFF",
|
|
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
|
|
"SFML_BUILD_EXAMPLES": "ON",
|
|
"SFML_BUILD_TEST_SUITE": "ON",
|
|
"SFML_WARNINGS_AS_ERRORS": "ON"
|
|
},
|
|
"warnings": {
|
|
"dev": true,
|
|
"deprecated": true,
|
|
"uninitialized": true
|
|
},
|
|
"errors": {
|
|
"dev": true,
|
|
"deprecated": true
|
|
}
|
|
}
|
|
]
|
|
}
|