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)