From dc3340473423ab92eae0962d9aaf239d218d16f2 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Wed, 6 May 2026 10:38:54 +0200 Subject: Add interface functions to JobData --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c6eede..cea6891 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ target_sources(katja PUBLIC FILE_SET all_my_modules TYPE CXX_MODULES FILES katja/database.cpp katja/repository.cpp katja/sbo.cpp) include_directories(include ${Boost_INCLUDE_DIR}) -# add_subdirectory(backend) +add_subdirectory(backend) if(KATJA_BUILD_CLI) add_subdirectory(cli) endif() -- cgit v1.2.3