mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
8 lines
148 B
CMake
8 lines
148 B
CMake
|
set(BUILD_SHARED_LIBS OFF)
|
||
|
|
||
|
set(FMT_INSTALL OFF)
|
||
|
add_subdirectory(fmt)
|
||
|
|
||
|
set(QAPPLICATION_CLASS QGuiApplication)
|
||
|
add_subdirectory(SingleApplication)
|