File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
src/plugins/intel_npu/src/compiler_adapter Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ file(GLOB_RECURSE SOURCES *.cpp *.hpp *.h)
88source_group (TREE ${CMAKE_CURRENT_SOURCE_DIR} FILES ${SOURCES} )
99
1010add_library (${TARGET_NAME} STATIC ${SOURCES} )
11+ add_library (openvino::npu_compiler_adapter ALIAS ${TARGET_NAME} )
12+ set_target_properties (${TARGET_NAME} PROPERTIES EXPORT_NAME npu_compiler_adapter)
1113
1214ov_build_target_faster(${TARGET_NAME}
1315 PCH_HEADER "src/precomp.hpp"
@@ -32,3 +34,6 @@ target_link_libraries(${TARGET_NAME}
3234# targets install
3335#
3436ov_install_static_lib(${TARGET_NAME} ${NPU_INTERNAL_COMPONENT} )
37+ ov_developer_package_export_targets(TARGET openvino::npu_compiler_adapter
38+ INSTALL_INCLUDE_DIRECTORIES
39+ ${CMAKE_CURRENT_SOURCE_DIR} /include /)
You can’t perform that action at this time.
0 commit comments