corrections for the needed linked libraries.

This commit is contained in:
2018-05-14 14:54:19 +02:00
parent 7a66d35055
commit 9fd077cf6d
2 changed files with 8 additions and 6 deletions

View File

@ -42,7 +42,9 @@ target_include_directories(
)
#--- add library dependencies -------------------------------------------------
target_link_libraries(CalcMeanFieldsLEM ${FFTW3_LIBRARY} ${ROOT_LIBRARIES} PUserFcnBase)
target_link_libraries(CalcMeanFieldsLEM
${FFTW3_LIBRARY} ${ROOT_LIBRARIES} BMWtools FitPofB PUserFcnBase
)
#--- install CalcMeanFieldsLEM solib ------------------------------------------
install(TARGETS CalcMeanFieldsLEM DESTINATION lib)