You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
file(WRITE${MOCKS_HEADER_FILE}"// Copyright (c) Microsoft. All rights reserved.\n")
96
-
file(APPEND${MOCKS_HEADER_FILE}"// Licensed under the MIT license. See LICENSE file in the project root for full license information.\n")
97
-
file(APPEND${MOCKS_HEADER_FILE}"// THIS IS A GENERATED FILE, DO NOT EDIT. It was generated using function add_mock_library from CMakeLists.txt in umock-c.\n\n")
set(MOCKS_HEADER_CONTENT"// Copyright (c) Microsoft. All rights reserved.\n")
96
+
set(MOCKS_HEADER_CONTENT"${MOCKS_HEADER_CONTENT}// Licensed under the MIT license. See LICENSE file in the project root for full license information.\n")
97
+
set(MOCKS_HEADER_CONTENT"${MOCKS_HEADER_CONTENT}// THIS IS A GENERATED FILE, DO NOT EDIT. It was generated using function add_mock_library from CMakeLists.txt in umock-c.\n\n")
file(WRITE${MOCKS_SOURCE_FILE}"// Copyright (c) Microsoft. All rights reserved.\n")
115
-
file(APPEND${MOCKS_SOURCE_FILE}"// Licensed under the MIT license. See LICENSE file in the project root for full license information.\n")
116
-
file(APPEND${MOCKS_SOURCE_FILE}"// THIS IS A GENERATED FILE, DO NOT EDIT. It was generated using function add_mock_library from CMakeLists.txt in umock-c.\n\n")
set(MOCKS_SOURCE_CONTENT"// Copyright (c) Microsoft. All rights reserved.\n")
116
+
set(MOCKS_SOURCE_CONTENT"${MOCKS_SOURCE_CONTENT}// Licensed under the MIT license. See LICENSE file in the project root for full license information.\n")
117
+
set(MOCKS_SOURCE_CONTENT"${MOCKS_SOURCE_CONTENT}// THIS IS A GENERATED FILE, DO NOT EDIT. It was generated using function add_mock_library from CMakeLists.txt in umock-c.\n\n")
0 commit comments