Skip to content

Commit

Permalink
Merge pull request #333 from AurelienJaquier/setup-fix
Browse files Browse the repository at this point in the history
add EfelExceptions.h to setup
  • Loading branch information
AurelienJaquier authored Nov 22, 2023
2 parents 35730cc + a11befe commit 09ccf6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
'Global.h',
'mapoperations.h',
'types.h',
'eFELLogger.h']
'eFELLogger.h',
'EfelExceptions.h']
cppcore_sources = [
os.path.join(
cppcore_dir,
Expand Down

0 comments on commit 09ccf6d

Please sign in to comment.