update
This commit is contained in:
parent
08d48316b6
commit
b32c5cb81a
@ -58,5 +58,5 @@ class cmake:
|
|||||||
return self
|
return self
|
||||||
|
|
||||||
def add_subdirectory(self,path:str)->'cmake':
|
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
|
return self
|
Loading…
Reference in New Issue
Block a user