kicad/eeschema/plugins/CMakeLists.txt

10 lines
220 B
CMake

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)