Skip to content

Commit

Permalink
Renamed TARGET_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
ishariko committed Jul 15, 2021
1 parent dad8b52 commit e1fa012
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# SPDX-License-Identifier: Apache-2.0
#

add_subdirectory(src)
add_subdirectory(src)
4 changes: 2 additions & 2 deletions tests/lib/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0
#

set (TARGET_NAME "common")
set (TARGET_NAME "shared_tests_lib")

file (GLOB SRC *.cpp)
add_library(${TARGET_NAME} STATIC ${SRC})
Expand All @@ -26,4 +26,4 @@ if(NOT InferenceEngine_FOUND)
find_package(InferenceEngineDeveloperPackage REQUIRED)
endif()

target_link_libraries(${TARGET_NAME} PUBLIC ${InferenceEngine_LIBRARIES})
target_link_libraries(${TARGET_NAME} PUBLIC ${InferenceEngine_LIBRARIES})

0 comments on commit e1fa012

Please sign in to comment.