CMakeLists.txt 448 Bytes
Newer Older
f3nix's avatar
f3nix committed
1 2 3
if(UNIX)
    add_definitions(-D__UNIX__)
endif(UNIX)
4

5 6
# add_executable(netlist_form_pads-pcb netlist_form_pads-pcb.cpp)
# install(TARGETS netlist_form_pads-pcb   DESTINATION ${KICAD_PLUGINS}  COMPONENT binary)
7

8 9 10 11 12 13 14
# 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
         )