We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentf590cb3 commit20d94c8Copy full SHA for 20d94c8
CMakeLists.txt
@@ -99,12 +99,6 @@ if (Boost_FOUND)
99
add_subdirectory(deps/googletest)
100
add_subdirectory(libs/network/test)
101
endif (CPP-NETLIB_BUILD_TESTS)
102
-# if (CPP-NETLIB_BUILD_EXPERIMENTS)
103
-# add_subdirectory(libs/network/experiment)
104
-# endif (CPP-NETLIB_BUILD_EXPERIMENTS)
105
-# if (NOT MSVC AND CPP-NETLIB_BUILD_TESTS)
106
-# add_subdirectory(libs/mime/test)
107
-# endif(NOT MSVC AND CPP-NETLIB_BUILD_TESTS)
108
if (CPP-NETLIB_BUILD_EXAMPLES)
109
add_subdirectory(libs/network/example)
110
endif (CPP-NETLIB_BUILD_EXAMPLES)
@@ -116,6 +110,8 @@ endif()
116
117
111
enable_testing()
118
112
113
+set(CPP-NETLIB_LIBRARIES${Boost_LIBRARIES}CACHEINTERNAL"Dependent libraries for header-only use")
114
+
119
115
install(DIRECTORY boostDESTINATION${CMAKE_INSTALL_INCLUDEDIR})
120
121
###