We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e692d3 commit f829f7dCopy full SHA for f829f7d
.gitignore
@@ -5,9 +5,6 @@ CMakeCache.txt
5
CMakeFiles
6
Makefile
7
Testing
8
-build
9
-_build
10
-bin
11
*.gch
12
libs/mime/test/mime-roundtrip
13
-
+*.a
libs/network/build/CMakeLists.txt
@@ -0,0 +1,6 @@
1
+include_directories(${CPP-NETLIB_SOURCE_DIR})
2
+find_package( Boost 1.43.0 COMPONENTS unit_test_framework system regex thread filesystem )
3
+
4
+add_library(cppnetlib-uri-parsers STATIC ${CPP-NETLIB_SOURCE_DIR}/libs/network/src/parse_uri_impl.cpp)
+add_library(cppnetlib-server-parsers STATIC ${CPP-NETLIB_SOURCE_DIR}/libs/network/src/server_request_parsers_impl.cpp)
0 commit comments