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 bb5bcc2 commit c5f872eCopy full SHA for c5f872e
CMakeLists.txt
@@ -8,7 +8,7 @@ set(LOADABLE_EXTENSION_NAME ${TARGET_NAME}_loadable_extension)
8
project(${TARGET_NAME})
9
include_directories(src/include duckdb/third_party/httplib duckdb/parquet/include)
10
11
-set(EXTENSION_SOURCES src/httpserver_extension.cpp)
+set(EXTENSION_SOURCES src/httpserver_extension.cpp src/duck_flock.cpp)
12
13
if(MINGW)
14
set(OPENSSL_USE_STATIC_LIBS TRUE)
0 commit comments