Skip to content

ar_osal: Add CMake build configuration.#56

Open
quic-aditrath wants to merge 1 commit intoAudioReach:masterfrom
quic-aditrath:ar_osal_cmake
Open

ar_osal: Add CMake build configuration.#56
quic-aditrath wants to merge 1 commit intoAudioReach:masterfrom
quic-aditrath:ar_osal_cmake

Conversation

@quic-aditrath
Copy link
Contributor

Zephyr build uses CMake based build configuration. Add a generic ar_osal CMakeLists.txt to enable CMake-based builds.

Zephyr build uses CMake based build configuration. Add a generic ar_osal
CMakeLists.txt to enable CMake-based builds.

Signed-off-by: Aditya Rathi <aditrath@qti.qualcomm.com>
@quic-aditrath quic-aditrath requested review from a team February 5, 2026 03:35

# Zephyr Specific
if ( ARCH MATCHES "^(zephyr)")
target_link_libraries(ar-osal PUBLIC zephyr_interface)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we only run set src, add_definitions, add_library all under the condiction which checks whether ARCH matches Zephyr?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants