diff --git a/backends/CMakeLists.txt b/backends/CMakeLists.txt index 543b60b8bd07408490ae538223cab9712cb4acbf..cdb2696f9a0bebb27311486ef609d4a36feefa2a 100644 --- a/backends/CMakeLists.txt +++ b/backends/CMakeLists.txt @@ -9,6 +9,8 @@ if (PROTOBUF_FOUND) ADD_SUBDIRECTORY(smstools3) + ADD_SUBDIRECTORY(template) + if (NOT WIN32) ADD_SUBDIRECTORY(frotz) if (${LIBDBUSGLIB_FOUND})