diff --git a/CMakeLists.txt b/CMakeLists.txt index e7f589ba..22064072 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,6 +53,8 @@ message(STATUS "Qt 6 root directory: ${Qt6_ROOT_DIR}") add_subdirectory(llmodel) +set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin) + qt_add_executable(chat main.cpp download.h download.cpp