Add installation of libqecouple.h

This commit is contained in:
Hubertus van Dam 2024-11-26 17:31:23 +00:00 committed by giannozz
parent 1b0306a6b6
commit 3bb9129f5e
1 changed files with 4 additions and 1 deletions

View File

@ -5,11 +5,14 @@ set(src_couple
qe_enable_cuda_fortran("${src_couple}")
qe_add_library(qe_couple ${src_couple})
set_target_properties(qe_couple PROPERTIES PUBLIC_HEADER include/libqecouple.h)
target_link_libraries(qe_couple
PRIVATE
qe_modules
qe_lax
qe_fftx
qe_fftx
qe_cpv)
###########################################################