These two steps should be done before configuring or building the project
- In your editor do a global search and replace for
myproject_
and replace it withname_of_your_project_
. - Rename the
core/include/myproject_core
folder tocore/include/name_of_your_project_core
That's it you are good to go.