Add missing pcbcommon dependency to pcbnew

This commit is contained in:
Juho Ovaska
2026-01-12 09:58:55 -08:00
committed by Seth Hillbrand
parent 3bf9396c28
commit eb979c026a
+3
View File
@@ -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