Mercurial > hg > orthanc
diff CMakeLists.txt @ 1441:f3672356c121
refactoring: IHttpHandler and HttpToolbox
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 01 Jul 2015 10:38:39 +0200 |
parents | 02f5a3f5c0a0 |
children | 4ff8dd753d79 |
line wrap: on
line diff
--- a/CMakeLists.txt Wed Jul 01 10:18:26 2015 +0200 +++ b/CMakeLists.txt Wed Jul 01 10:38:39 2015 +0200 @@ -98,7 +98,7 @@ Core/HttpClient.cpp Core/HttpServer/EmbeddedResourceHttpHandler.cpp Core/HttpServer/FilesystemHttpHandler.cpp - Core/HttpServer/HttpHandler.cpp + Core/HttpServer/HttpToolbox.cpp Core/HttpServer/HttpOutput.cpp Core/HttpServer/StringHttpOutput.cpp Core/HttpServer/MongooseServer.cpp