HPhi++
3.1.0
|
To build HPhi, CMake is required. We have to modify the CMake configuration file when we add new sources, executables, scripts.
When we add a new source code, we have to add the file-name into the following part of src/CMakeLists.txt
.
When we add a new executable ("myprog" in this case), we have to add following command in src/CMakeLists.txt
.
When we add a new script written in python, sh, etc. ("myscript.sh" in this case) into tool/
, we have to add the following command in tool/CMakeLists.txt
.