Publishing 2019 R1.1 content and Myriad plugin sources (#162)
[platform/upstream/dldt.git] / inference-engine / tests / unit / opencv_test_gapi / CMakeLists.txt
index 5a4248f..16b6c55 100644 (file)
@@ -1,20 +1,8 @@
-#
-# Copyright (C) 2018-2019 Intel Corporation.
-#
-# This software and the related documents are Intel copyrighted materials,
-# and your use of them is governed by the express license under which they
-# were provided to you (End User License Agreement for the Intel(R) Software
-# Development Products (Version May 2017)). Unless the License provides
-# otherwise, you may not use, modify, copy, publish, distribute, disclose or
-# transmit this software or the related documents without Intel's prior
-# written permission.
-#
-# This software and the related documents are provided as is, with no
-# express or implied warranties, other than those that are expressly
-# stated in the License.
+# Copyright (C) 2018-2019 Intel Corporation
+# SPDX-License-Identifier: Apache-2.0
 #
 
-if(NOT ENABLE_GAPI_TESTS)
+if(NOT ENABLE_GAPI_TESTS OR WIN32)
     message(WARNING "Skipping GAPI unit tests")
     return()
 endif()
@@ -25,6 +13,8 @@ if(NOT OpenCV_FOUND)
     return()
 endif()
 
+include_directories(${IE_MAIN_SOURCE_DIR}/src/inference_engine)
+
 add_subdirectory(fluid_test_computations)
 
 file(GLOB SOURCES *.cpp common/*.cpp cpu/*.cpp)