Removed old cmake scripts (#9876)
This commit is contained in:
parent
d2c92d26be
commit
251897a91a
@ -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)
|
||||
|
@ -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
|
@ -1,5 +0,0 @@
|
||||
# Copyright (C) 2018-2022 Intel Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
project(InferenceEngine)
|
@ -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()
|
Loading…
Reference in New Issue
Block a user