diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2014-03-11 12:57:33 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2014-03-11 12:57:33 (GMT) |
commit | be67f1bc535e77411d9f7d02858decb148fac46e (patch) | |
tree | 7b6f6734fa1bdbda19b9eced2a7ad84388c54e07 | |
parent | 381b1294a8ee7cf929ec06cf12dc55b64ffb2d13 (diff) |
Install tng_io_fwd.h as well when installing.
Change-Id: I851e6b1ac6a1f5bd70ff3aa7c1575f8198dc0177
-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) |