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.
- Look at the
samplesdirectory and understand how to use it. - Include
SamplesHelper.cmaketo your cmake project. - Done.
Every platform that cmake supports.
- Static libraries
- Shared libraries