Setup cmake and conan

This commit is contained in:
2023-06-26 22:18:42 +02:00
parent 54b04d0dc9
commit dff0311eac
3 changed files with 40 additions and 12 deletions

9
CMakeUserPresets.json Normal file
View File

@@ -0,0 +1,9 @@
{
"version": 4,
"vendor": {
"conan": {}
},
"include": [
"E:\\programming\\C++\\tv-image-denoising\\build\\CMakePresets.json"
]
}