Skip to content
Snippets Groups Projects
Commit 4ccf7057 authored by Axel Farrugia's avatar Axel Farrugia
Browse files

[Refactor] Change static files path

parent c1a19a26
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,6 @@ class ExportLibCpp(ExportLib):
_name="export_cpp"
static_files={
str(ROOT / "static" / "Makefile"): "",
str(ROOT / "static" / "include" / "network" / "typedefs.hpp"): "dnn/include/network",
str(ROOT / "static" / "include" / "network" / "utils.hpp"): "dnn/include/network",
str(ROOT / "static" / "typedefs.hpp"): "dnn/include/network",
str(ROOT / "static" / "utils.hpp"): "dnn/include/network",
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment