2025-02-17 22:31:53 +01:00
|
|
|
{
|
|
|
|
|
"name": "crafter-thread",
|
|
|
|
|
"configurations": [
|
|
|
|
|
{
|
|
|
|
|
"name": "base",
|
|
|
|
|
"standard": "c++26",
|
|
|
|
|
"source_files": ["Crafter.Thread-ThreadPool"],
|
|
|
|
|
"module_files": ["Crafter.Thread", "Crafter.Thread-ThreadPool"],
|
|
|
|
|
"additional_files": [],
|
2025-05-07 19:10:22 +02:00
|
|
|
"build_dir": "build",
|
|
|
|
|
"output_dir": "bin",
|
|
|
|
|
"type":"library"
|
2025-02-17 22:31:53 +01:00
|
|
|
},
|
|
|
|
|
{
|
2025-05-07 19:10:22 +02:00
|
|
|
"name": "lib-debug",
|
2025-02-17 22:31:53 +01:00
|
|
|
"extends": ["base"],
|
2025-05-07 19:10:22 +02:00
|
|
|
"debug": true
|
2025-02-17 22:31:53 +01:00
|
|
|
},
|
|
|
|
|
{
|
2025-05-07 19:10:22 +02:00
|
|
|
"name": "lib-release",
|
2025-02-17 22:31:53 +01:00
|
|
|
"extends": ["base"],
|
2025-05-07 19:10:22 +02:00
|
|
|
"optimization_level": "3"
|
2025-02-17 22:31:53 +01:00
|
|
|
},
|
|
|
|
|
{
|
2025-05-07 19:10:22 +02:00
|
|
|
"name": "develop",
|
|
|
|
|
"source_files": ["main"],
|
|
|
|
|
"extends": ["lib-debug"],
|
|
|
|
|
"type":"executable"
|
2025-02-17 22:31:53 +01:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|