zephyr_include_directories(${CMAKE_CURRENT_SOURCE_DIR})

target_sources(app PRIVATE
    ${CMAKE_CURRENT_SOURCE_DIR}/time_sync_nrf53.c
)
