diff --git a/pymake/cmake.py b/pymake/cmake.py index b659eb8..bade668 100644 --- a/pymake/cmake.py +++ b/pymake/cmake.py @@ -58,5 +58,5 @@ class cmake: return self def add_subdirectory(self,path:str)->'cmake': - self.__write_stack.append(f"add_subdirectory({path}))") + self.__write_stack.append(f"add_subdirectory({path})") return self \ No newline at end of file