diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index dded394..cb8cfbd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ check_include_file(inttypes.h HAVE_INTTYPES_H) add_subdirectory(src) -install(FILES include/tng_io.h DESTINATION include/) +install(FILES include/tng_io.h include/tng_io_fwd.h DESTINATION include/) #-- Add an Option to toggle the generation of the API documentation option(TNG_BUILD_DOCUMENTATION "Use Doxygen to create the HTML based API documentation" OFF) |