https://github.com/vp817/sampleshelper
A project that will make creating samples easier
https://github.com/vp817/sampleshelper
cmake-scripts cpp example-tools helper testing-tools tool
Last synced: 6 months ago
JSON representation
A project that will make creating samples easier
- Host: GitHub
- URL: https://github.com/vp817/sampleshelper
- Owner: vp817
- License: gpl-3.0
- Created: 2023-12-20T13:07:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-20T13:21:21.000Z (about 2 years ago)
- Last Synced: 2025-04-06T16:42:30.513Z (11 months ago)
- Topics: cmake-scripts, cpp, example-tools, helper, testing-tools, tool
- Language: C++
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SamplesHelper
This project will make creating samples for your library project easier.
To compile a sample from the `samples` directory write the `g++ -Isrc src/SampleName.cpp -o sample` command.
Inside of the `samples/math` directory there is a simple math library that shows an example of how to use `SamplesHelper.cmake` inside of your cmakelist file.
## How to use
1. Look at the `samples` directory and understand how to use it.
2. Include `SamplesHelper.cmake` to your cmake project.
3. Done.
## Platforms
Every platform that cmake supports.
## Tested on
- Static libraries
- Shared libraries