Hi again
I faced another problem with compiling the tutorials.
It looks like there is a problem with the include function in CMakeLists file.
////CMakeLists.txt////
# here you can set the executable name
project(builder.exe)
# in most of cases, you don't have to edit the
# following lines
cmake_minimum_required(VERSION 3.5)
set(TPL_NAME lib/cmake/GranOO3/CMakeLists-Make-App.txt)
find_path(TPL_PATH ${TPL_NAME})
include(${TPL_PATH}/${TPL_NAME})
/////////
I tried other tutorials and the result is the same.