2023-06-12 18:12:39 +00:00
|
|
|
|
|
|
|
# Sources for the pcbnew PLUGIN called IPC2581_PLUGIN
|
|
|
|
|
|
|
|
include_directories( ${CMAKE_CURRENT_SOURCE_DIR} )
|
|
|
|
|
|
|
|
|
|
|
|
set( IPC2581_SRCS
|
2023-12-24 01:21:58 +00:00
|
|
|
pcb_io_ipc2581.cpp
|
2023-06-12 18:12:39 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
add_library( ipc2581 STATIC ${IPC2581_SRCS} )
|
|
|
|
|
|
|
|
target_link_libraries( ipc2581 pcbcommon )
|