Files
blis/CMakePresets.json
Edward Smyth 591a3a7395 Code cleanup: file formats and permissions
- Remove execute file permission from source and make files.
- dos2unix conversion.
- Add missing eol at end of files.

Also update .gitignore to not exclude build directory but to
exclude any build_* created by cmake builds.

AMD-Internal: [CPUPL-4415]
Change-Id: I5403290d49fe212659a8015d5e94281fe41eb124
2024-08-05 11:52:33 -04:00

17 lines
385 B
JSON

{
"version": 6,
"cmakeMinimumRequired": {
"major": 3,
"minor": 25,
"patch": 0
},
"include": [
"build/cmake/presets/linux-make-clang.json",
"build/cmake/presets/linux-make-gcc.json",
"build/cmake/presets/linux-make.json",
"build/cmake/presets/linux-ninja.json",
"build/cmake/presets/win-msvc.json",
"build/cmake/presets/win-ninja.json"
]
}