From cdcc1a79fbaab90b1144150b75cd906484800acb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Tue, 16 Aug 2016 21:22:18 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/libs@119 a8b55f48-bf90-11e4-a774-851b48703e85 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f784462..f32349d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ set(ICU 1) set(CRYPT 1) set(LIBPROJECT 1) set(PIP_LIBRARY pip) -set(PIP_FOLDERS "." "core" "containers" "thread" "system" "io" "console" "math" "code") +set(PIP_FOLDERS "." "core" "containers" "thread" "system" "io" "console" "math" "code" "geo") foreach(F ${PIP_FOLDERS}) set(PIP_INCLUDES ${PIP_INCLUDES} "../pip/src/${F}") endforeach(F)