Skip to content

Commit

Permalink
Add dependecies in meson build (grimme-lab#991)
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Gorges <58849467+gorges97@users.noreply.github.com>
  • Loading branch information
Thomas3R authored and gorges97 committed Mar 27, 2024
1 parent b9734b2 commit 88fcfeb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions meson/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,20 @@ tblite_dep = dependency(
)
lib_deps += tblite_dep

# Get multicharge dependency
multicharge_dep = dependency(
'multicharge',
fallback: ['multicharge', 'multicharge_dep'],
)
lib_deps += multicharge_dep

# Get DFTD dependency
dftd4_dep = dependency(
'dftd4',
fallback: ['dftd4', 'dftd4_dep'],
)
lib_deps += dftd4_dep

# Get CPCM-X
cpx_dep = dependency(
'cpx',
Expand Down

0 comments on commit 88fcfeb

Please sign in to comment.