mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-07 19:40:21 +00:00
WIP
This commit is contained in:
@@ -146,7 +146,7 @@ configure_file(
|
||||
|
||||
add_subdirectory(../deps "${CMAKE_CURRENT_BINARY_DIR}/common_deps")
|
||||
add_subdirectory(deps)
|
||||
add_subdirectory(../gpt4all-backend llmodel)
|
||||
add_subdirectory(../gpt4all-backend-old llmodel)
|
||||
|
||||
if (GPT4ALL_TEST)
|
||||
enable_testing()
|
||||
|
@@ -3,9 +3,6 @@ include(FetchContent)
|
||||
|
||||
set(BUILD_SHARED_LIBS OFF)
|
||||
|
||||
set(FMT_INSTALL OFF)
|
||||
add_subdirectory(fmt)
|
||||
|
||||
set(QAPPLICATION_CLASS QApplication)
|
||||
add_subdirectory(SingleApplication)
|
||||
|
||||
@@ -15,6 +12,8 @@ add_subdirectory(DuckX)
|
||||
set(QT_VERSION_MAJOR 6)
|
||||
add_subdirectory(QXlsx/QXlsx)
|
||||
|
||||
add_subdirectory(json) # required by minja
|
||||
|
||||
if (NOT GPT4ALL_USING_QTPDF)
|
||||
# If we do not use QtPDF, we need to get PDFium.
|
||||
set(GPT4ALL_PDFIUM_TAG "chromium/6996")
|
||||
|
1
gpt4all-chat/deps/json
Submodule
1
gpt4all-chat/deps/json
Submodule
Submodule gpt4all-chat/deps/json added at 606b6347ed
Reference in New Issue
Block a user