Remove extra compilation of common.cpp
It's already built in the common target, no eeschema specific code
This commit is contained in:
parent
f85251ef75
commit
5c4f49351d
|
@ -290,7 +290,6 @@ set( EESCHEMA_COMMON_SRCS
|
||||||
|
|
||||||
${CMAKE_SOURCE_DIR}/common/base_screen.cpp
|
${CMAKE_SOURCE_DIR}/common/base_screen.cpp
|
||||||
${CMAKE_SOURCE_DIR}/common/base_units.cpp
|
${CMAKE_SOURCE_DIR}/common/base_units.cpp
|
||||||
${CMAKE_SOURCE_DIR}/common/common.cpp
|
|
||||||
${CMAKE_SOURCE_DIR}/common/eda_shape.cpp
|
${CMAKE_SOURCE_DIR}/common/eda_shape.cpp
|
||||||
${CMAKE_SOURCE_DIR}/common/eda_text.cpp
|
${CMAKE_SOURCE_DIR}/common/eda_text.cpp
|
||||||
${CMAKE_SOURCE_DIR}/common/page_info.cpp
|
${CMAKE_SOURCE_DIR}/common/page_info.cpp
|
||||||
|
|
Loading…
Reference in New Issue