mohitanand001 / underscore_cpp

underscore_cpp
MIT License
7 stars 30 forks source link

cmake support #66

Closed gubatron closed 6 years ago

gubatron commented 6 years ago

Adds a cmake build script that:

To use type: cmake . make

Use make clean to clean the build.

gotham13 commented 6 years ago

Thanks a lot, @gubatron . I was thinking of doing it myself but was not able to write CMakeLists.txt properly. Tested and merged