mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
63996a6eaf
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
11 lines
196 B
CMake
11 lines
196 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)
|