Skip to content

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

Notifications You must be signed in to change notification settings

radpointhq/cmake-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published