diff -r a4055f67b9c7 -r cb81ecb5fb23 CMakeLists.txt --- a/CMakeLists.txt Thu Feb 13 15:25:01 2020 +0200 +++ b/CMakeLists.txt Wed Feb 26 02:21:07 2020 +0200 @@ -25,6 +25,7 @@ src/colors.cpp src/document.cpp src/documentmanager.cpp + src/geometry.cpp src/libraries.cpp src/invert.cpp src/main.cpp @@ -58,6 +59,7 @@ src/colors.h src/document.h src/documentmanager.h + src/geometry.h src/header.h src/invert.h src/libraries.h