WIP: backend dependencies

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel
2025-02-18 12:41:16 -05:00
parent eba19ea492
commit b7e5497db9
11 changed files with 30 additions and 7 deletions

View File

@@ -4,4 +4,6 @@ project(gpt4all-backend VERSION 0.1 LANGUAGES CXX)
find_package(Qt6 6.8 COMPONENTS Core REQUIRED)
add_subdirectory(../deps "${CMAKE_CURRENT_BINARY_DIR}/common_deps")
add_subdirectory(deps)
add_subdirectory(src)