X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2FCMakeLists.txt;h=912789403df6eeb2ca7239c0d6484427d8e22b3d;hb=982993423b348095df0e550ec9d7e6163a270b4f;hp=0f8cc721cdfc39d40fa18bd5d89b9d74e9e52f62;hpb=80c60b9374efdb883ac53877746348a0531f0ea5;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/CMakeLists.txt b/src/gromacs/CMakeLists.txt index 0f8cc721cd..912789403d 100644 --- a/src/gromacs/CMakeLists.txt +++ b/src/gromacs/CMakeLists.txt @@ -196,7 +196,9 @@ set_target_properties(libgromacs PROPERTIES if (NOT GMX_BUILD_MDRUN_ONLY OR BUILD_SHARED_LIBS) install(TARGETS libgromacs EXPORT libgromacs - DESTINATION ${LIB_INSTALL_DIR} + LIBRARY DESTINATION ${LIB_INSTALL_DIR} + RUNTIME DESTINATION ${BIN_INSTALL_DIR} + ARCHIVE DESTINATION ${LIB_INSTALL_DIR} COMPONENT libraries) endif()