From 5978893a3fd6cfb91c5990ab35d6759f53cedc09 Mon Sep 17 00:00:00 2001 From: Mateusz Januszkiewicz Date: Thu, 1 Jun 2023 18:22:04 +0200 Subject: [PATCH] Add public pdb #3 --- src/frontends/ir/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/ir/CMakeLists.txt b/src/frontends/ir/CMakeLists.txt index 813b79032fb537..d5ccb2bc7e0c03 100644 --- a/src/frontends/ir/CMakeLists.txt +++ b/src/frontends/ir/CMakeLists.txt @@ -9,5 +9,5 @@ if(ENABLE_TESTS) endif() if(WIN32) - set_target_properties(${TARGET_NAME} PROPERTIES OUTPUT_NAME ${TARGET_NAME}_preproc) + target_link_options(openvino_ir_frontend PRIVATE /PDBALTPATH:$) endif()