diff --git a/CMakeLists.txt b/CMakeLists.txt index 5da1fa776..7a701d6e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -386,9 +386,10 @@ set(EngineHeader include/engine/status.hpp include/engine/engine_config.hpp incl set(UtilHeader include/util/coordinate.hpp include/util/json_container.hpp include/util/typedefs.hpp include/util/strong_typedef.hpp) set(ExtractorHeader include/extractor/extractor.hpp include/extractor/extractor_config.hpp include/extractor/travel_mode.hpp) set(ContractorHeader include/contractor/contractor.hpp include/contractor/contractor_config.hpp) -#set(StorageHeader include/storage/storage.hpp include/storage/storage_config.hpp) +set(StorageHeader include/storage/storage.hpp include/storage/storage_config.hpp) install(FILES ${EngineHeader} DESTINATION include/osrm/engine) install(FILES ${UtilHeader} DESTINATION include/osrm/util) +install(FILES ${StorageHeader} DESTINATION include/osrm/storage) install(FILES ${ExtractorHeader} DESTINATION include/osrm/extractor) install(FILES ${ContractorHeader} DESTINATION include/osrm/contractor) install(FILES ${LibraryGlob} DESTINATION include/osrm)