Reduced usage of typdefs.h
[alexxy/gromacs.git] / src / gromacs / timing / CMakeLists.txt
index e73a1115a948308c939c3146d69b033f571906cb..094cb6f298b50bf4e9453958e22dedd3e2c5d08a 100644 (file)
@@ -36,7 +36,9 @@ file(GLOB TIMING_SOURCES *.cpp *.c)
 set(LIBGROMACS_SOURCES ${LIBGROMACS_SOURCES} ${TIMING_SOURCES} PARENT_SCOPE)
 
 set(TIMING_PUBLIC_HEADERS
+    wallcycle.h
     walltime_accounting.h)
+
 gmx_install_headers(timing ${TIMING_PUBLIC_HEADERS})
 
 if (BUILD_TESTING)