Transform is right at home in kimath
This commit is contained in:
parent
8aa408f0c9
commit
e83f87520c
|
@ -401,7 +401,6 @@ set( COMMON_SRCS
|
||||||
textentry_tricks.cpp
|
textentry_tricks.cpp
|
||||||
title_block.cpp
|
title_block.cpp
|
||||||
trace_helpers.cpp
|
trace_helpers.cpp
|
||||||
transform.cpp
|
|
||||||
undo_redo_container.cpp
|
undo_redo_container.cpp
|
||||||
utf8.cpp
|
utf8.cpp
|
||||||
validators.cpp
|
validators.cpp
|
||||||
|
|
|
@ -8,6 +8,7 @@ set( KIMATH_SRCS
|
||||||
src/bezier_curves.cpp
|
src/bezier_curves.cpp
|
||||||
src/convert_basic_shapes_to_polygon.cpp
|
src/convert_basic_shapes_to_polygon.cpp
|
||||||
src/md5_hash.cpp
|
src/md5_hash.cpp
|
||||||
|
src/transform.cpp
|
||||||
src/trigo.cpp
|
src/trigo.cpp
|
||||||
|
|
||||||
src/geometry/chamfer.cpp
|
src/geometry/chamfer.cpp
|
||||||
|
|
Loading…
Reference in New Issue