Skip to content

Commit

Permalink
Add Writer.hpp to the installed headers
Browse files Browse the repository at this point in the history
  • Loading branch information
ricrogz authored Oct 15, 2019
1 parent e3ed282 commit a653994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a653994

Please sign in to comment.