Fix MSVC link error
This commit is contained in:
@@ -33,7 +33,13 @@ if(KICAD_BUILD_FUZZ_TESTS)
|
||||
endif()
|
||||
endfunction()
|
||||
|
||||
add_executable(qa_fuzz_pcb_sexpr "fuzz_pcb_sexpr.cpp" "fuzz_init.cpp")
|
||||
|
||||
|
||||
add_executable(qa_fuzz_pcb_sexpr
|
||||
${CMAKE_SOURCE_DIR}/qa/mocks/kicad/common_mocks.cpp
|
||||
"fuzz_pcb_sexpr.cpp"
|
||||
"fuzz_init.cpp"
|
||||
)
|
||||
|
||||
target_compile_definitions( qa_fuzz_pcb_sexpr
|
||||
PRIVATE PCBNEW
|
||||
|
||||
Reference in New Issue
Block a user