Skip to content

Commit 6f51e04

Browse files
committed
Moved mime to a separate subdirectory.
1 parent 65b99b8 commit 6f51e04

22 files changed

+32
-8
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,4 @@ add_subdirectory(message)
112112
add_subdirectory(logging)
113113
add_subdirectory(concurrency)
114114
add_subdirectory(http)
115+
add_subdirectory(mime)

libs/mime/test/CMakeLists.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

mime/CMakeLists.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Copyright (c) Glyn Matthews 2012.
2+
# Distributed under the Boost Software License, Version 1.0.
3+
# (See accompanying file LICENSE_1_0.txt or copy at
4+
# http://www.boost.org/LICENSE_1_0.txt)
5+
6+
7+
if(CPP-NETLIB_BUILD_TESTS)
8+
enable_testing()
9+
add_subdirectory(test)
10+
endif(CPP-NETLIB_BUILD_TESTS)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)