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 ?
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”?