jamesderlin / dropt

dropt is yet another C library for parsing command-line options.
zlib License
42 stars 7 forks source link

Add cmake support #4

Closed dcristoloveanu closed 5 years ago

dcristoloveanu commented 5 years ago

This adds cmake support which allows generating build files using any various cmake generators (VS, make, etc.). The CMakeLists adds just 2 targets for now: dropt and dropt_example.

This PR addresses #3.

Thanks, /Dan

dcristoloveanu commented 5 years ago

@jamesderlin Updated the PR, please have a look at your convenience.

Cheers, /Dan