Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 499 Bytes

File metadata and controls

9 lines (8 loc) · 499 Bytes

app directory

This directory contains a copy of rsc/main.cpp that you can use for your application if you prefer not to change main.cpp. It has been modified so that its executable (rscapp) only includes the namespaces NodeBase and NodeTools. To include additional namespaces, enable the relevant //& comments and enable the related # comments in the CMakeLists file. Its main also disables file output, so you will probably want to delete that line of code.