Skip to content

LarsFlaeten/simple_cpp_exec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple_cpp_exec

Just a minimal skeleton build tree for simple c++ execs.

Put external libraries and headers in libraries/.

To build:

mkdir build
cd build
cmake ..
make

Executable will be placed in bin/

About

A simple build tree for small c++ execs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published