Skip to content

Commit

Permalink
Merge branch 'develop' into 'develop'
Browse files Browse the repository at this point in the history
Added PP/d3hess to CMake

See merge request QEF/q-e!2275
  • Loading branch information
giannozz committed Feb 12, 2024
2 parents b1c5002 + f77080d commit 6b8f54d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions PP/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,20 @@ target_link_libraries(qe_pp_epsilon_exe
qe_pp
qe_upflib)

###########################################################
# d3hess.x
###########################################################
set(src_d3hess_x src/d3hess.f90)
qe_add_executable(qe_pp_d3hess_exe ${src_d3hess_x})
set_target_properties(qe_pp_d3hess_exe PROPERTIES OUTPUT_NAME d3hess.x)
target_link_libraries(qe_pp_d3hess_exe
PRIVATE
qe_pw
qe_modules
qe_pp
qe_dftd3
qe_upflib)

###########################################################
# wannier_ham.x
###########################################################
Expand Down Expand Up @@ -579,6 +593,7 @@ set(PP_EXE_TARGETS
qe_pp_pw2gt_exe
qe_pp_sumpdos_exe
qe_pp_epsilon_exe
qe_pp_d3hess_exe
qe_pp_wannierham_exe
qe_pp_wannierplot_exe
qe_pp_molecularpdos_exe
Expand Down

0 comments on commit 6b8f54d

Please sign in to comment.