* Moved inference engine tests
* Fixed cmake
* Fixed paths
* Try to fix build
* Try to fix fluid tests
* Try to fix CI
* One more fix
* New issue
* Additional fix
* Disable Wall for tests
* Fixed old unit tests
* Revert "Disable Wall for tests"
This reverts commit 8b6e058f59.
* Fixed some tests
* Fixed master build
* Fix build
* Fixed some warning
* Fixed merge conflicts
* Try to fix LTO
10 lines
177 B
CMake
10 lines
177 B
CMake
# Copyright (C) 2018-2021 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
project(InferenceEngine)
|
|
|
|
if(ENABLE_PYTHON)
|
|
add_subdirectory(ie_bridges/python)
|
|
endif()
|