Repository URL to install this package:
//sc_version_string.h - written by cmake. Changes will be lost! #ifndef SC_VERSION_STRING #define SC_VERSION_STRING const char* sc_version() { return "0.7"; } #endif