File tree Expand file tree Collapse file tree 6 files changed +99
-0
lines changed
Expand file tree Collapse file tree 6 files changed +99
-0
lines changed Original file line number Diff line number Diff line change 1+ target_sources (${PROJECT_NAME} PRIVATE
2+ # {{BEGIN_TARGET_SOURCES}}
3+
4+ # {{END_TARGET_SOURCES}}
5+ )
6+
7+ target_include_directories (${PROJECT_NAME} PUBLIC
8+ ${CMAKE_CURRENT_LIST_DIR} /inc
9+ )
Original file line number Diff line number Diff line change 1+ /***************************************************************************
2+ * Copyright (c) 2024 Microsoft Corporation
3+ *
4+ * This program and the accompanying materials are made available under the
5+ * terms of the MIT License which is available at
6+ * https://opensource.org/licenses/MIT.
7+ *
8+ * SPDX-License-Identifier: MIT
9+ **************************************************************************/
10+
11+
12+ /**************************************************************************/
13+ /**************************************************************************/
14+ /** */
15+ /** FileX Component */
16+ /** */
17+ /** Port Specific */
18+ /** */
19+ /**************************************************************************/
20+ /**************************************************************************/
21+
22+ /* Include the generic version of fx_port.h. */
23+ #include "../../../generic/inc/fx_port.h"
24+
Original file line number Diff line number Diff line change 1+ target_sources (${PROJECT_NAME} PRIVATE
2+ # {{BEGIN_TARGET_SOURCES}}
3+
4+ # {{END_TARGET_SOURCES}}
5+ )
6+
7+ target_include_directories (${PROJECT_NAME} PUBLIC
8+ ${CMAKE_CURRENT_LIST_DIR} /inc
9+ )
Original file line number Diff line number Diff line change 1+ /***************************************************************************
2+ * Copyright (c) 2024 Microsoft Corporation
3+ *
4+ * This program and the accompanying materials are made available under the
5+ * terms of the MIT License which is available at
6+ * https://opensource.org/licenses/MIT.
7+ *
8+ * SPDX-License-Identifier: MIT
9+ **************************************************************************/
10+
11+
12+ /**************************************************************************/
13+ /**************************************************************************/
14+ /** */
15+ /** FileX Component */
16+ /** */
17+ /** Port Specific */
18+ /** */
19+ /**************************************************************************/
20+ /**************************************************************************/
21+
22+ /* Include the generic version of fx_port.h. */
23+ #include "../../../generic/inc/fx_port.h"
24+
Original file line number Diff line number Diff line change 1+ target_sources (${PROJECT_NAME} PRIVATE
2+ # {{BEGIN_TARGET_SOURCES}}
3+
4+ # {{END_TARGET_SOURCES}}
5+ )
6+
7+ target_include_directories (${PROJECT_NAME} PUBLIC
8+ ${CMAKE_CURRENT_LIST_DIR} /inc
9+ )
Original file line number Diff line number Diff line change 1+ /***************************************************************************
2+ * Copyright (c) 2024 Microsoft Corporation
3+ *
4+ * This program and the accompanying materials are made available under the
5+ * terms of the MIT License which is available at
6+ * https://opensource.org/licenses/MIT.
7+ *
8+ * SPDX-License-Identifier: MIT
9+ **************************************************************************/
10+
11+
12+ /**************************************************************************/
13+ /**************************************************************************/
14+ /** */
15+ /** FileX Component */
16+ /** */
17+ /** Port Specific */
18+ /** */
19+ /**************************************************************************/
20+ /**************************************************************************/
21+
22+ /* Include the generic version of fx_port.h. */
23+ #include "../../../generic/inc/fx_port.h"
24+
You can’t perform that action at this time.
0 commit comments