Browse Source

Remove two common source files from gerbview

These are strangely already part of common but redeclared here
7.0
Marek Roszko 3 years ago
parent
commit
ade5178c8c
  1. 2
      gerbview/CMakeLists.txt

2
gerbview/CMakeLists.txt

@ -73,8 +73,6 @@ set( GERBVIEW_SRCS
)
set( GERBVIEW_EXTRA_SRCS
${CMAKE_SOURCE_DIR}/common/widgets/layer_box_selector.cpp
${CMAKE_SOURCE_DIR}/common/lset.cpp
)
if( WIN32 )

Loading…
Cancel
Save