Removed stb_image from 3rd party (#3820)
This commit is contained in:
parent
37e051b48b
commit
b452991a9a
3
inference-engine/thirdparty/CMakeLists.txt
vendored
3
inference-engine/thirdparty/CMakeLists.txt
vendored
@ -62,11 +62,10 @@ else()
|
||||
target_include_directories(pugixml INTERFACE "$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/pugixml/src>")
|
||||
endif()
|
||||
|
||||
add_subdirectory(stb_lib)
|
||||
add_subdirectory(ade EXCLUDE_FROM_ALL)
|
||||
add_subdirectory(fluid/modules/gapi)
|
||||
|
||||
set_target_properties(ade fluid stb_image PROPERTIES FOLDER thirdparty)
|
||||
set_target_properties(ade fluid PROPERTIES FOLDER thirdparty)
|
||||
|
||||
# developer package
|
||||
|
||||
|
@ -1,20 +0,0 @@
|
||||
#===============================================================================
|
||||
# Copyright (C) 2018-2019 Intel Corporation
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#===============================================================================
|
||||
|
||||
set(TARGET stb_image)
|
||||
|
||||
add_library(${TARGET} STATIC stb_image.cpp)
|
||||
target_include_directories(${TARGET} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
|
@ -1,11 +0,0 @@
|
||||
|
||||
#define STB_IMAGE_IMPLEMENTATION
|
||||
#include "stb_image.h"
|
||||
|
||||
#define STB_IMAGE_RESIZE_IMPLEMENTATION
|
||||
#define STBIR_DEFAULT_FILTER_UPSAMPLE STBIR_FILTER_BOX
|
||||
#define STBIR_DEFAULT_FILTER_DOWNSAMPLE STBIR_FILTER_BOX
|
||||
#include "stb_image_resize.h"
|
||||
|
||||
#define STB_IMAGE_WRITE_IMPLEMENTATION
|
||||
#include "stb_image_write.h"
|
7187
inference-engine/thirdparty/stb_lib/stb_image.h
vendored
7187
inference-engine/thirdparty/stb_lib/stb_image.h
vendored
File diff suppressed because it is too large
Load Diff
2627
inference-engine/thirdparty/stb_lib/stb_image_resize.h
vendored
2627
inference-engine/thirdparty/stb_lib/stb_image_resize.h
vendored
File diff suppressed because it is too large
Load Diff
1458
inference-engine/thirdparty/stb_lib/stb_image_write.h
vendored
1458
inference-engine/thirdparty/stb_lib/stb_image_write.h
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user