kicad/eeschema/plugins/CMakeLists.txt

15 lines
448 B
CMake
Raw Normal View History

2008-03-11 15:57:54 +00:00
if(UNIX)
add_definitions(-D__UNIX__)
endif(UNIX)
# add_executable(netlist_form_pads-pcb netlist_form_pads-pcb.cpp)
# install(TARGETS netlist_form_pads-pcb DESTINATION ${KICAD_PLUGINS} COMPONENT binary)
# 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
)