diff CMakeLists.txt @ 1437:02f5a3f5c0a0

access to the REST API from Lua
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Jun 2015 18:41:33 +0200
parents 461e7554bff7
children f3672356c121
line wrap: on
line diff
--- a/CMakeLists.txt	Tue Jun 30 17:19:26 2015 +0200
+++ b/CMakeLists.txt	Tue Jun 30 18:41:33 2015 +0200
@@ -100,6 +100,7 @@
   Core/HttpServer/FilesystemHttpHandler.cpp
   Core/HttpServer/HttpHandler.cpp
   Core/HttpServer/HttpOutput.cpp
+  Core/HttpServer/StringHttpOutput.cpp
   Core/HttpServer/MongooseServer.cpp
   Core/HttpServer/HttpFileSender.cpp
   Core/HttpServer/FilesystemHttpSender.cpp