C++20 Port #5

Merged
kayomn merged 35 commits from cpp-port into main 2023-02-20 02:33:45 +01:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit a4e6854623 - Show all commits

View File

@ -29,6 +29,7 @@ def compile_package(root_module_name: str) -> None:
compile_module(os.path.join(root_module_source_path, file_name), f"{root_module_name}.{os.path.splitext(file_name)[0]}") compile_module(os.path.join(root_module_source_path, file_name), f"{root_module_name}.{os.path.splitext(file_name)[0]}")
compile_package("core") compile_package("core")
compile_package("oar")
compile_package("app") compile_package("app")
compile_package("kym") compile_package("kym")
compile_package("runtime") compile_package("runtime")