From 9b58f57b0cd9893a44c9d4381de4c82626242e94 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 3 May 2015 13:46:02 +0200 Subject: added handling for 404 cases (catch all) --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 6626941..c1903c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,6 +36,7 @@ endif() set(TEMPLATES ${CMAKE_CURRENT_SOURCE_DIR}/templates/master.tmpl + ${CMAKE_CURRENT_SOURCE_DIR}/templates/not_found_404.tmpl ${CMAKE_CURRENT_SOURCE_DIR}/templates/intro.tmpl ${CMAKE_CURRENT_SOURCE_DIR}/templates/login.tmpl ${CMAKE_CURRENT_SOURCE_DIR}/templates/logout.tmpl -- cgit v1.2.3-54-g00ecf