Skip to content

reenzed/ExampleProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

start

rm -rf build
mkdir build
cd build/

build app

cmake ..
cmake --build .

run app on Linux

./ExampleApp

run app on Windows

./Debug/ExampleApp.exe

build and run tests

cmake -DBUILD_TESTS=ON ..
cmake --build .
ctest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published