Skip to content

Commit

Permalink
Adding depends
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Jul 18, 2024
1 parent a8745c3 commit c4fa8b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ def gen_modules(version):
"src/oracle/oracle.cpp",
"src/oracle_use.cpp",
],
depends = [
"python/cadiback/cadiback.h",
],
extra_compile_args = extra_compile_args_val,
define_macros=define_macros_val,
language = "c++",
Expand Down

0 comments on commit c4fa8b2

Please sign in to comment.