Skip to content

renexdev/quick-review-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Code Review: Cpp

Features:

Project Build & run

mkdir build && cd build
cmake ..
make -j$(nproc)

From the code above the $CMAKE_BUILD references the ./build folder inside your project.

To run the samples typing $CMAKE_BUILD/src/app/codewars/myCodeWars.app

To run the tests typing $CMAKE_BUILD/test/myapp_test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published