You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
include_directories(
|
|
|
|
${CMAKE_BINARY_DIR}
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}
|
|
|
|
${CMAKE_CURRENT_SOURCE_DIR}
|
|
|
|
${TDE_INCLUDE_DIR}
|
|
|
|
${TQT_INCLUDE_DIRS}
|
|
|
|
)
|
|
|
|
|
|
|
|
link_directories(
|
|
|
|
${TQT_LIBRARY_DIRS}
|
|
|
|
${TDE_LIB_DIR}
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
##### kigobjects (static)
|
|
|
|
|
|
|
|
tde_add_library( kigobjects STATIC_PIC AUTOMOC
|
|
|
|
|
|
|
|
SOURCES
|
|
|
|
angle_type.cpp
|
|
|
|
arc_type.cpp
|
|
|
|
base_type.cpp
|
|
|
|
bogus_imp.cpp
|
|
|
|
circle_imp.cpp
|
|
|
|
circle_type.cpp
|
|
|
|
polygon_type.cpp
|
|
|
|
common.cpp
|
|
|
|
conic_imp.cpp
|
|
|
|
conic_types.cpp
|
|
|
|
cubic_imp.cpp
|
|
|
|
cubic_type.cpp
|
|
|
|
curve_imp.cpp
|
|
|
|
intersection_types.cpp
|
|
|
|
inversion_type.cpp
|
|
|
|
line_imp.cpp
|
|
|
|
line_type.cpp
|
|
|
|
locus_imp.cpp
|
|
|
|
object_calcer.cpp
|
|
|
|
object_drawer.cpp
|
|
|
|
object_factory.cpp
|
|
|
|
object_holder.cpp
|
|
|
|
object_imp.cpp
|
|
|
|
object_imp_factory.cpp
|
|
|
|
object_type.cpp
|
|
|
|
object_type_factory.cpp
|
|
|
|
other_imp.cpp
|
|
|
|
other_type.cpp
|
|
|
|
point_imp.cpp
|
|
|
|
point_type.cpp
|
|
|
|
polygon_imp.cpp
|
|
|
|
tangent_type.cpp
|
|
|
|
centerofcurvature_type.cpp
|
|
|
|
tests_type.cpp
|
|
|
|
text_imp.cpp
|
|
|
|
text_type.cpp
|
|
|
|
transform_types.cpp
|
|
|
|
vector_type.cpp
|
|
|
|
)
|