Initial commit
This commit is contained in:
10
extension_config.cmake
Normal file
10
extension_config.cmake
Normal file
@@ -0,0 +1,10 @@
|
||||
# This file is included by DuckDB's build system. It specifies which extension to load
|
||||
|
||||
# Extension from this repo
|
||||
duckdb_extension_load(quack
|
||||
SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}
|
||||
LOAD_TESTS
|
||||
)
|
||||
|
||||
# Any extra extensions that should be built
|
||||
# e.g.: duckdb_extension_load(json)
|
||||
Reference in New Issue
Block a user