Skip to content

Commit

Permalink
Add public pdb openvinotoolkit#4
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszJanuszkiewicz committed Jun 1, 2023
1 parent 5978893 commit 62f64d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/frontends/ir/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,3 @@ add_subdirectory(src)
if(ENABLE_TESTS)
add_subdirectory(tests)
endif()

if(WIN32)
target_link_options(openvino_ir_frontend PRIVATE /PDBALTPATH:$<TARGET_PDB_FILE_NAME:openvino_ir_frontend>)
endif()
4 changes: 4 additions & 0 deletions src/frontends/ir/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ ov_add_frontend(NAME ir
LINK_LIBRARIES openvino::pugixml
# TODO: remove dependency below in CVS-69781
openvino::runtime::dev)

if(WIN32)
target_link_options(openvino_ir_frontend PRIVATE /PDBALTPATH:$<TARGET_PDB_FILE_NAME:openvino_ir_frontend>)
endif()

0 comments on commit 62f64d8

Please sign in to comment.