kicad/eeschema/plugins/CMakeLists.txt

8 lines
212 B
CMake
Raw Normal View History

2008-03-11 15:57:54 +00:00
if(UNIX)
add_definitions(-D__UNIX__)
endif(UNIX)
2008-03-11 15:57:54 +00:00
add_executable(netlist_form_pads-pcb netlist_form_pads-pcb.cpp)
2008-03-11 15:57:54 +00:00
install(TARGETS netlist_form_pads-pcb RUNTIME DESTINATION ${KICAD_PLUGINS} COMPONENT binary)