Skip to content

Axure/Object-Oriented-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object Oriented Programming Projects

Build

This project should be built with make.

Better not build in the source directory. It is recommended to make a separate build directory (which is afore-ignored in this repo) like this:

mkdir build
cd build

The following commands are all relative to this path.

Debug mode

Logs are enabled in debug mode

cmake -DCMAKE_BUILD_TYPE=Debug ..
make

Release mode

cmake -DCMAKE_BUILD_TYPE=Release ..
make

Disclaimer

I am not attending, and never attended this course. This project is just for personal practice and learning.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors