troubles findine .cmake file but i've set CMAKE_MODULE_PATH to the right directory

hello,

list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/buildsytem/cmake)
include("basictools")

but he is not able to find the file basictools.cmake, what am i doing wrong here ?

There’s directory name “buildsytem” in your post, perhaps that should be “buildsystem”?