Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 337 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 337 Bytes

cmake-boilerplate

Simple CMake setup with one exec and one library and installer (Mac)

For now it is only for Mac Someday Windows with NSIS installer will be added.

How to use it?

cd build
#intialie it
cmake ..
#compile it
make
#package it
make package

License

Code licensed under the MIT License.