This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
0.0.23
It's no longer necessary to write CMakeLists.txt files for libraries, source in the source
directory will automatically be compiled into a library with the same name as the module.
To compile an executable, use the new "bin":"./directory_name"
field in module.json
, e.g. "bin":"./source",