7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2024-11-25 08:45:00 +00:00
kicad/pcbnew/pcb_io/cadstar/CMakeLists.txt
2023-12-24 01:22:21 +00:00

13 lines
336 B
CMake

# 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 )