From be67f1bc535e77411d9f7d02858decb148fac46e Mon Sep 17 00:00:00 2001 From: Magnus Lundborg Date: Tue, 11 Mar 2014 13:57:33 +0100 Subject: Install tng_io_fwd.h as well when installing. Change-Id: I851e6b1ac6a1f5bd70ff3aa7c1575f8198dc0177 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) -- cgit v0.10.1