Removed old cmake scripts (#9876)

This commit is contained in:
Ilya Churaev 2022-01-26 14:24:30 +03:00 committed by GitHub
parent d2c92d26be
commit 251897a91a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 36 deletions

View File

@ -92,10 +92,8 @@ include(cmake/test_model_zoo.cmake)
add_subdirectory(thirdparty)
add_subdirectory(inference-engine/thirdparty)
add_subdirectory(inference-engine/src)
add_subdirectory(src)
add_subdirectory(samples)
add_subdirectory(inference-engine)
# Enable interpreter backend
if (ENABLE_TESTS OR ENABLE_TEMPLATE)

View File

@ -1,21 +0,0 @@
root = true
[*]
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
# 4 space indentation
#[*.py]
#indent_style = space
#indent_size = 4
#[{CMakeLists.txt,*.cmake}]
#indent_style = space
#indent_size = 4
#[*.{c,cpp,h,hpp}]
#indent_style = space
#indent_size = 4

View File

@ -1,5 +0,0 @@
# Copyright (C) 2018-2022 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
#
project(InferenceEngine)

View File

@ -1,8 +0,0 @@
# Copyright (C) 2018-2022 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
#
if(CMAKE_COMPILER_IS_GNUCXX)
ie_add_compiler_flags(-Wall)
ie_add_compiler_flags(-Wmissing-declarations)
endif()