More robust handling for installed headers
[alexxy/gromacs.git] / src / gromacs / tools / CMakeLists.txt
index 80ee76b6e75ee2474eaa51b8e887147839bc8ac4..ceec518fe6a0b676c3bdbaae0d708bbe3c511021 100644 (file)
 file(GLOB TOOLS_SOURCES *.cpp *.c)
 set(LIBGROMACS_SOURCES ${LIBGROMACS_SOURCES} ${TOOLS_SOURCES} PARENT_SCOPE)
 
-set(TOOLS_PUBLIC_HEADERS
-    )
-gmx_install_headers(tools ${TOOLS_PUBLIC_HEADERS})
-
 if (BUILD_TESTING)
 #    add_subdirectory(tests)
-endif (BUILD_TESTING)
+endif()