You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
336 B
12 lines
336 B
# Sources for the pcbnew PLUGIN called CADSTAR_PCB_ARCHIVE_PLUGIN
|
|
include_directories( . )
|
|
|
|
set( CADSTAR2PCBNEW_SRCS
|
|
cadstar_pcb_archive_parser.cpp
|
|
cadstar_pcb_archive_loader.cpp
|
|
pcb_io_cadstar_archive.cpp
|
|
)
|
|
|
|
add_library( cadstar2pcbnew STATIC ${CADSTAR2PCBNEW_SRCS} )
|
|
|
|
target_link_libraries( cadstar2pcbnew pcbcommon )
|