Skip to content
Snippets Groups Projects
Commit 4948965d authored by Bienchen's avatar Bienchen
Browse files

Removed QMEAN dependency in meld

parent 98fceead
No related branches found
No related tags found
No related merge requests found
set(MELD_SOURCES
gap.cc
model.cc
gap.cc
model.cc
)
set(MELD_HEADERS
gap.hh
model.hh
gap.hh
model.hh
)
module(NAME meld
......@@ -13,7 +13,3 @@ module(NAME meld
SOURCES ${MELD_SOURCES}
DEPENDS_ON promod3_core
LINK ${OPENGL_LIBRARIES} ${OST_LIBRARIES} ${BOOST_LIBRARIES})
if (QMEAN_ROOT)
target_link_libraries(promod3_meld ${QMEAN_LIBRARIES})
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment