2008-10-30 20:12:29 +00:00
|
|
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR}
|
|
|
|
${Boost_INCLUDE_DIR}
|
|
|
|
)
|
2008-03-11 15:57:54 +00:00
|
|
|
set(COMMON_SRCS
|
2008-08-15 16:38:05 +00:00
|
|
|
about_kicad.cpp
|
2008-01-30 09:42:19 +00:00
|
|
|
base_screen.cpp
|
|
|
|
base_struct.cpp
|
|
|
|
basicframe.cpp
|
|
|
|
block_commande.cpp
|
2008-04-14 19:22:48 +00:00
|
|
|
class_drawpickedstruct.cpp
|
2008-01-30 09:42:19 +00:00
|
|
|
common.cpp
|
|
|
|
common_plot_functions.cpp
|
|
|
|
common_plotHPGL_functions.cpp
|
|
|
|
common_plotPS_functions.cpp
|
|
|
|
confirm.cpp
|
|
|
|
copy_to_clipboard.cpp
|
|
|
|
dcsvg.cpp
|
|
|
|
displlst.cpp
|
2008-11-24 06:53:43 +00:00
|
|
|
dlist.cpp
|
2008-12-19 13:51:48 +00:00
|
|
|
drawframe.cpp
|
2008-12-05 16:03:05 +00:00
|
|
|
drawpanel.cpp
|
2008-01-30 09:42:19 +00:00
|
|
|
drawtxt.cpp
|
|
|
|
edaappl.cpp
|
|
|
|
eda_dde.cpp
|
|
|
|
eda_doc.cpp
|
|
|
|
gestfich.cpp
|
|
|
|
get_component_dialog.cpp
|
|
|
|
gr_basic.cpp
|
|
|
|
hotkeys_basic.cpp
|
|
|
|
msgpanel.cpp
|
|
|
|
projet_config.cpp
|
|
|
|
# pyhandler.cpp
|
|
|
|
selcolor.cpp
|
|
|
|
string.cpp
|
|
|
|
toolbars.cpp
|
|
|
|
trigo.cpp
|
|
|
|
worksheet.cpp
|
2008-12-19 13:51:48 +00:00
|
|
|
wxwineda.cpp
|
|
|
|
zoom.cpp)
|
2007-11-08 07:17:37 +00:00
|
|
|
|
2008-03-11 15:57:54 +00:00
|
|
|
add_library(common ${COMMON_SRCS})
|