https://github.com/szykol/project-patterns
throwaway repo for exercises from project patterns for uni
https://github.com/szykol/project-patterns
Last synced: over 1 year ago
JSON representation
throwaway repo for exercises from project patterns for uni
- Host: GitHub
- URL: https://github.com/szykol/project-patterns
- Owner: szykol
- Created: 2019-11-17T22:34:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-20T15:52:14.000Z (over 6 years ago)
- Last Synced: 2025-01-17T02:13:05.350Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# project-patterns
## To build all project at once run root CMakeLists.txt
or
```
./build.sh
```
build files will be located in build folder each one in its subfolder named after project's name
## To build a specific project run only project level CMakeLists.txt