Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 346 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 346 Bytes

CMake Hello World

Most basic "hello world" setup with CMake using a ./build dir with a compile_commands.json for LSP servers like clangd or ccls.

Setup

cd cmake_helloworld
./scripts/setup_cmake.sh

Build and run

cd cmake_helloworld/build
make
./main