Merge remote-tracking branch 'gerrit/release-4-6'
[alexxy/gromacs.git] / src / gromacs / mdlib / CMakeLists.txt
1 file(GLOB MDLIB_SOURCES *.c)
2
3 # Files called xxx_test.c are test drivers with a main() function for 
4 # module xxx.c, so they should not be included in the library
5 file(GLOB_RECURSE NOT_MDLIB_SOURCES *_test.c)
6 list(REMOVE_ITEM MDLIB_SOURCES ${NOT_MDLIB_SOURCES})
7 set(MDLIB_SOURCES ${MDLIB_SOURCES} PARENT_SCOPE)