Skip to content

civilizeddev/cmake-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmake-build

Setup

Debian/Ubuntu Packages

$ sudo apt install -y build-essential procps curl file git

Homebrew packages

$ brew install llvm
$ brew install cmake
$ brew install clang-format
$ brew install conan

.clang-format

$ clang-format -style=llvm -dump-config > .clang-format

References