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 2a4d6db commit f3ff80eCopy full SHA for f3ff80e
examples/server/CMakeLists.txt
@@ -1,3 +1,6 @@
1
+set(CMAKE_CXX_STANDARD 17)
2
+set(CMAKE_CXX_STANDARD_REQUIRED ON)
3
+
4
set(TARGET whisper-server)
5
add_executable(${TARGET} server.cpp httplib.h)
6
0 commit comments