Skip to content
Snippets Groups Projects
Commit fd8690a8 authored by Cyril Moineau's avatar Cyril Moineau
Browse files

ExportLib now contains static_files.

parent 9c313b20
No related branches found
No related tags found
No related merge requests found
from aidge_core.export_utils import ExportLib
from aidge_export_cpp.utils import ROOT
class ExportLibCpp(ExportLib):
_name="export_cpp"
name="export_cpp"
static_files={
str(ROOT / "static" / "Makefile"): "",
str(ROOT / "static" / "include" / "network" / "rescaling.hpp"): "dnn/include/network",
str(ROOT / "static" / "include" / "network" / "typedefs.hpp"): "dnn/include/network",
str(ROOT / "static" / "include" / "network" / "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