Skip to content

Latest commit

 

History

History

cmake_helloworld

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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