mirror of
https://github.com/amd/blis.git
synced 2026-03-14 22:37:23 +00:00
- 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
17 lines
385 B
JSON
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"
|
|
]
|
|
}
|