CMake for new FB Type

If you want to add your Function Blocks to an own Module which can be selected and deselected during configuration with CMake, create a new folder inside /forte/src/modules/. Then create a CMakeLists.txt file in the directory and add:

forte_add_module(<FB group name> "<description of FB Group>")

For each Function Block type you want to add to your module or to another existing module add the following line to your or an existing CMakeLists.txt

forte_add_sourcefile_hcpp(<FB type name>)