Skip to content

Commit

Permalink
samples: posix: use the new application conformance helpers
Browse files Browse the repository at this point in the history
Use the new application conformance helpers for POSIX sample
applications.

Signed-off-by: Chris Friedt <chrisfriedt@gmail.com>
  • Loading branch information
cfriedt committed Mar 26, 2024
1 parent be901d4 commit 4bc9020
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions samples/posix/eventfd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(eventfd)

target_sources(app PRIVATE src/main.c)
target_posix_library_compile_options(app)
1 change: 1 addition & 0 deletions samples/posix/gettimeofday/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(gettimeofday)

target_sources(app PRIVATE src/main.c)
target_posix_library_compile_options(app)
1 change: 1 addition & 0 deletions samples/posix/uname/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(posix_uname)

target_sources(app PRIVATE src/main.c)
target_posix_library_compile_options(app)

0 comments on commit 4bc9020

Please sign in to comment.