added os-specific defines from cmake required by memtestG80
[gromacs/qmmm-gamess-us.git] / src / mdlib / CMakeLists.txt
blobbcc44965f8252917e843886b3b746f5d1597fd8f
2 file(GLOB MDLIB_SOURCES *.c)
4 # Files called xxx_test.c are test drivers with a main() function for 
5 # module xxx.c, so they should not be included in the library
6 file(GLOB_RECURSE NOT_MDLIB_SOURCES *_test.c *\#*)
7 list(REMOVE_ITEM MDLIB_SOURCES ${NOT_MDLIB_SOURCES})
9 add_library(md ${MDLIB_SOURCES})
10 target_link_libraries(md gmx ${GMX_EXTRA_LIBRARIES})
12 install(TARGETS md DESTINATION ${LIB_INSTALL_DIR})