diff --git a/.gitignore b/.gitignore index c7f410a..fae1ec4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ .vs/ -build/ -install/ \ No newline at end of file +artifact/ \ No newline at end of file diff --git a/CMakePresets.json b/CMakePresets.json index f7709c7..ebc4a1a 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -5,8 +5,8 @@ "name": "windows-base", "hidden": true, "generator": "Ninja", - "binaryDir": "${sourceDir}/build/${presetName}", - "installDir": "${sourceDir}/install/${presetName}", + "binaryDir": "${sourceDir}/artifact/build/${presetName}", + "installDir": "${sourceDir}/artifact/install/${presetName}", "cacheVariables": { "CMAKE_C_COMPILER": "gcc", "CMAKE_CXX_COMPILER": "g++"