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.
14 lines
284 B
14 lines
284 B
|
|
# Sources for the pcbnew PLUGIN called FABMASTER_PLUGIN
|
|
|
|
include_directories( ${CMAKE_CURRENT_SOURCE_DIR} )
|
|
|
|
|
|
set( FABMASTER_SRCS
|
|
pcb_io_fabmaster.cpp
|
|
import_fabmaster.cpp
|
|
)
|
|
|
|
add_library( fabmaster STATIC ${FABMASTER_SRCS} )
|
|
|
|
target_link_libraries( fabmaster pcbcommon )
|