1
0
mirror of https://github.com/nomic-ai/gpt4all.git synced 2025-05-08 16:37:19 +00:00
gpt4all/gpt4all-chat/deps/CMakeLists.txt
AT db443f2090
Support attaching an Excel spreadsheet to a chat message ()
Signed-off-by: Adam Treat <treat.adam@gmail.com>
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
Co-authored-by: Jared Van Bortel <jared@nomic.ai>
2024-10-01 21:17:49 -04:00

14 lines
251 B
CMake

set(BUILD_SHARED_LIBS OFF)
set(FMT_INSTALL OFF)
add_subdirectory(fmt)
set(QAPPLICATION_CLASS QGuiApplication)
add_subdirectory(SingleApplication)
set(DUCKX_INSTALL OFF)
add_subdirectory(DuckX)
set(QT_VERSION_MAJOR 6)
add_subdirectory(QXlsx/QXlsx)