Remove duplicate source file from list
This commit is contained in:
parent
e552c2fbff
commit
d5f5f5e719
|
@ -432,11 +432,6 @@ set( PCB_COMMON_SRCS
|
||||||
widgets/widget_net_selector.cpp
|
widgets/widget_net_selector.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
set( PCB_COMMON_SRCS
|
|
||||||
${PCB_COMMON_SRCS}
|
|
||||||
../pcbnew/pcb_painter.cpp
|
|
||||||
)
|
|
||||||
|
|
||||||
# add -DPCBNEW to compilation of these PCBNEW sources
|
# add -DPCBNEW to compilation of these PCBNEW sources
|
||||||
set_source_files_properties( ${PCB_COMMON_SRCS} PROPERTIES
|
set_source_files_properties( ${PCB_COMMON_SRCS} PROPERTIES
|
||||||
COMPILE_DEFINITIONS "PCBNEW"
|
COMPILE_DEFINITIONS "PCBNEW"
|
||||||
|
|
Loading…
Reference in New Issue