From 71f1c1bb296a506374944b9997c41b9c1fce22d9 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 30 Oct 2025 23:27:18 -0700 Subject: add rclone file uploader --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 57da80f..107ea02 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,6 +17,7 @@ message(STATUS "Binary directory: ${CMAKE_BINARY_DIR}") add_executable(${PROJECT_NAME} src/main.cpp src/markdown_translator.cpp + src/utils/rclone_uploader.cpp ) target_include_directories(${PROJECT_NAME} PRIVATE ${CMAKE_SOURCE_DIR}/include) -- cgit v1.2.3