From d6e6f65a1cf8723a398689b549dd970121655053 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 19 Apr 2015 21:08:54 +0200 Subject: integrated libcaptcha and working on captcha in login form --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d07a8e..864be72 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,6 +9,8 @@ find_path(CPPCMS_INC cppcms/application.h) find_path(BOOSTER_INC booster/shared_ptr.h) find_path(CPPDB_INC cppdb/frontend.h) +add_subdirectory(3rdParty) + include_directories(${CPPCMS_INC}) include_directories(${BOOSTER_INC}) include_directories(${CPPDB_INC}) -- cgit v1.2.3-54-g00ecf