9 lines
174 B
CMake
9 lines
174 B
CMake
#
|
|
# Copyright (c) 2023 Nordic Semiconductor
|
|
#
|
|
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
|
|
#
|
|
|
|
target_sources(app PRIVATE
|
|
${CMAKE_CURRENT_SOURCE_DIR}/main.c)
|