2008-03-11 15:57:54 +00:00
|
|
|
if(UNIX)
|
|
|
|
add_definitions(-D__UNIX__)
|
|
|
|
endif(UNIX)
|
2007-11-08 07:17:37 +00:00
|
|
|
|
2010-08-05 14:38:20 +00:00
|
|
|
# add_executable(netlist_form_pads-pcb netlist_form_pads-pcb.cpp)
|
|
|
|
# install(TARGETS netlist_form_pads-pcb DESTINATION ${KICAD_PLUGINS} COMPONENT binary)
|
2007-11-08 07:17:37 +00:00
|
|
|
|
2010-08-05 14:38:20 +00:00
|
|
|
# install the *.xsl file(s), user will need to install 'xsltproc' and setup
|
|
|
|
# EESCHEMA's netlist plugins
|
|
|
|
install( FILES
|
|
|
|
netlist_form_pads-pcb.xsl
|
|
|
|
DESTINATION ${KICAD_PLUGINS}
|
|
|
|
COMPONENT binary
|
|
|
|
)
|