Switch to CPM package manager

This commit is contained in:
2024-10-19 18:10:11 +02:00
parent 2a43299a15
commit 45a1c77e90
6 changed files with 1311 additions and 73 deletions

View File

@@ -35,8 +35,9 @@
],
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"CMAKE_CXX_FLAGS": "-Wall -Wextra -Wpedantic -fdiagnostics-color=always"
"CMAKE_CXX_FLAGS": "-Wall -Wextra -Wpedantic -fdiagnostics-color=always",
"GLFW_BUILD_X11": "OFF"
}
}
]
}
}