2020-08-29 18:09:48 +00:00
|
|
|
# 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
|
2023-12-24 01:21:58 +00:00
|
|
|
pcb_io_cadstar_archive.cpp
|
2020-08-29 18:09:48 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
add_library( cadstar2pcbnew STATIC ${CADSTAR2PCBNEW_SRCS} )
|
|
|
|
|
|
|
|
target_link_libraries( cadstar2pcbnew pcbcommon )
|