From a6539942f1cc81737aa57b6acf3e632e6bd4f6ce Mon Sep 17 00:00:00 2001 From: Ric Date: Tue, 15 Oct 2019 16:27:08 -0400 Subject: [PATCH] Add Writer.hpp to the installed headers --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d53b934..048a7fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,7 @@ INSTALL(EXPORT maeparser-targets FILE ${PROJECT_NAME}-config.cmake DESTINATION lib/cmake) -install(FILES Buffer.hpp MaeBlock.hpp MaeParserConfig.hpp MaeParser.hpp Reader.hpp MaeConstants.hpp +install(FILES Buffer.hpp MaeBlock.hpp MaeConstants.hpp MaeParser.hpp MaeParserConfig.hpp Reader.hpp Writer.hpp DESTINATION include/maeparser) target_compile_definitions(maeparser PRIVATE IN_MAEPARSER)