We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac5851 commit fe82d2dCopy full SHA for fe82d2d
tests/drivers/fuel_gauge/lc709203f/CMakeLists.txt
@@ -4,5 +4,4 @@ cmake_minimum_required(VERSION 3.20.0)
4
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
5
project(device)
6
7
-FILE(GLOB app_sources src/test_lc709203f.c)
8
-target_sources(app PRIVATE ${app_sources})
+target_sources(app PRIVATE src/test_lc709203f.c)
0 commit comments