Skip to content

jcfr/Artichoke

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artichoke

CMake module allowing to easily create a build system on top of ExternalProjects

Usage

Two possible approaches:

  • Use git submodule to reference this repository.

  • Copy Artichoke.cmake into your source tree making sure you reference the SHA in the associated commit message.

Test

sudo apt-get install cmake
git clone git://github.com/commontk/Artichoke
mkdir ArtichokeTest-build
cd ArtichokeTest-build
cmake ../Artichoke/Tests
ctest

Contributing

  1. Fork Artichoke
  2. Create a topic branch - git checkout -b my-awesome-feature
  3. Hack, hack, hack
  4. Push to your branch - git push origin my-awesome-feature
  5. Create an Issue with a link to your branch
  6. That's it!

About

CMake module allowing to easily create a build system on top of ExternalProjects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published