Add missing pcbcommon dependency to pcbnew
This commit is contained in:
committed by
Seth Hillbrand
parent
3bf9396c28
commit
eb979c026a
@@ -764,6 +764,9 @@ add_library( pcbnew_kiface_objects OBJECT
|
||||
${PCBNEW_SCRIPTING_SRCS}
|
||||
)
|
||||
|
||||
# pcbnew depends on make_lexer outputs in common
|
||||
add_dependencies( pcbnew_kiface_objects pcbcommon )
|
||||
|
||||
if( KICAD_USE_PCH AND CMAKE_CXX_COMPILER_ID MATCHES "Clang" )
|
||||
target_precompile_headers( pcbnew_kiface_objects
|
||||
PRIVATE
|
||||
|
||||
Reference in New Issue
Block a user