From 60f96c0ede769bf4da2ce02cc7aaf8aaa613be36 Mon Sep 17 00:00:00 2001 From: Angelo Mantellini Date: Sat, 16 Mar 2019 11:16:19 +0100 Subject: [HICN-121] Windows compatibility for hicn-http-server Change-Id: I0acbb90222d3fb8c132f28a98826deeb0875236d Signed-off-by: Angelo Mantellini --- apps/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/CMakeLists.txt') diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index 77ba64152..8907dfe5b 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -54,8 +54,7 @@ set (COMPILER_DEFINITIONS "") if (WIN32) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd4200 /wd4996") -else () - add_subdirectory(src/http-server) endif () +add_subdirectory(src/http-server) add_subdirectory(src/higet) \ No newline at end of file -- cgit 1.2.3-korg