Skip to content

bjohnsonfl/cmake_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMAKE Build

# clone the repo and cd to root dir

# create a build directory and cd into it
mkdir build
cd build

# run cmake elaboration 
cmake ..

# build the program with the generated make files
make

# run the program
./src/main

MAKE Build

# clone the repo and cd to the root dir

# cd into the source dir
cd src

# run the make file
make

# run the program
./main.o

About

tests cmake

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors