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 f51911c commit 680da33Copy full SHA for 680da33
CMakeLists.txt
@@ -34,6 +34,6 @@ add_subdirectory(libs/network/src)
34
add_subdirectory(libs/network/test)
35
if (NOT MSVC)
36
add_subdirectory(libs/mime/test)
37
-endif(NOT_MSVC)
+endif(NOT MSVC)
38
add_subdirectory(libs/network/example)
39
0 commit comments