Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ZtRXR committed Apr 20, 2024
1 parent 08d4831 commit b32c5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymake/cmake.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ def file(self,new_var_name:"str",mode:"str"=glob_recurse,*search_str:"str")->"cm
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

0 comments on commit b32c5cb

Please sign in to comment.