From 84a3e2f6bcb4da4ab156e39d79f0f8a36c2a0e90 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 18 Apr 2015 14:32:27 +0200 Subject: added placeholders for directories added user app and content (empty for now) added storage and sqlite script --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ee6c80..659dfed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,6 +29,7 @@ set(SRC src/strusCms.cpp src/master.cpp src/intro.cpp + src/user.cpp ) add_custom_command( -- cgit v1.2.3-54-g00ecf