Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / cmake / cpplint_merge.cmake
1 # Copyright (C) 2018-2019 Intel Corporation
2 #
3 # SPDX-License-Identifier: Apache-2.0
4 #
5
6 file(WRITE "${FINAL_OUTPUT_FILE}" "")
7
8 foreach(output_file IN LISTS OUTPUT_FILES)
9     file(READ "${output_file}" cur_file_content)
10     file(APPEND "${FINAL_OUTPUT_FILE}" "${cur_file_content}\n")
11 endforeach()