1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-14 22:42:34 +02:00
ScreenPlay/CMakePresets.json
Elias Steurer dac7a2d835 Change cmake presets into dedicated os presets
Add and fix Qt 6.7 compilation with std::min issues
with windows.h
2024-02-02 10:04:01 +01:00

16 lines
365 B
JSON

{
"version": 4,
"cmakeMinimumRequired": {
"major": 0,
"minor": 27,
"patch": 0
},
"include": [
"CMake/Platform/Linux/CMakePresets.json",
"CMake/Platform/Windows/CMakePresets.json",
"CMake/Platform/Mac/CMakePresets.json"
],
"configurePresets": [],
"buildPresets": [],
"testPresets": []
}