gpt4all/gpt4all-chat/deps/CMakeLists.txt
Jared Van Bortel 63996a6eaf initial docx support
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
2024-09-29 23:27:48 -04:00

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)