argtable / argtable3

A single-file, ANSI C, command-line parsing library that parses GNU-style command-line options.
http://www.argtable.org
Other
372 stars 65 forks source link

Update CMakeLists.txt to fix CMAKE_CURRENT_SOURCE_DIR #87

Closed tlf30 closed 8 months ago

tlf30 commented 8 months ago

Changes CMAKE_CURRENT_SOURCEDIR to CMAKE_CURRENT_SOURCE_DIR. Fixes #86

tomghuang commented 8 months ago

@tlf30 : thanks for this patch.