Publishing R3
[platform/upstream/dldt.git] / inference-engine / thirdparty / stb_lib / CMakeLists.txt
1 # Copyright (C) 2018 Intel Corporation
2 # SPDX-License-Identifier: Apache-2.0
3 #
4
5 set(TARGET stb_image)
6
7 add_library(${TARGET} STATIC stb_image.cpp)
8 target_include_directories(${TARGET} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})