From a07e48f45e3b922a63aaae58b5bd816b8e324ee1 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 3 May 2015 21:14:36 +0200 Subject: started to add pages --- CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c1903c7..00812f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,11 +47,12 @@ set(TEMPLATES set(SRC src/main.cpp src/strusCms.cpp - src/master.cpp - src/intro.cpp src/captcha.cpp src/mail.cpp + src/master.cpp + src/intro.cpp src/user.cpp + src/page.cpp ) add_custom_command( -- cgit v1.2.3-54-g00ecf