Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

0.0.23

Compare
Choose a tag to compare
@autopulated autopulated released this 02 Sep 16:18
· 1371 commits to master since this release

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",