More robust handling for installed headers
[alexxy/gromacs.git] / src / gromacs / utility / CMakeLists.txt
index ae59513caa0dca83540b68296f4f735f97699cdb..a478811e40c4c10e0cb3db4c00aa9da2e9090569 100644 (file)
 file(GLOB UTILITY_SOURCES *.c *.cpp)
 set(LIBGROMACS_SOURCES ${LIBGROMACS_SOURCES} ${UTILITY_SOURCES} PARENT_SCOPE)
 
-set(GENERATED_HEADER_CONFIG ${CMAKE_CURRENT_BINARY_DIR}/gmx_header_config_gen.h)
-configure_file(${CMAKE_CURRENT_SOURCE_DIR}/gmx_header_config_gen.h.cmakein
-               ${GENERATED_HEADER_CONFIG})
-
-set(UTILITY_PUBLIC_HEADERS
+gmx_install_headers(
     arrayref.h
+    basedefinitions.h
     cstringutil.h
     common.h
     errorcodes.h
     exceptions.h
+    fatalerror.h
     file.h
     flags.h
+    futil.h
     gmx_header_config.h
     gmxassert.h
     init.h
     programcontext.h
+    real.h
     smalloc.h
     stringutil.h
-    uniqueptr.h)
-gmx_install_headers(utility ${UTILITY_PUBLIC_HEADERS})
-gmx_install_headers(utility ${GENERATED_HEADER_CONFIG})
+    )
 
 if (BUILD_TESTING)
     add_subdirectory(tests)