diff --git a/CMakeLists.txt b/CMakeLists.txt index 783e76e..fdd12ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,4 +11,6 @@ set(EXEC_SRC_LIST src/main.cpp) set(IS_LIBRARY True) set(SFML_MODULES window) -include(../cmaketemplate/template.cmake) +set(CMAKE_TEMPLATE_PATH "../CMakeTemplate") + +include(${CMAKE_TEMPLATE_PATH}/template.cmake)