Skip to content

[Task] - Review CMake target link with mbed-os almost everywhere #1295

@ladislas

Description

@ladislas

Description

Because of the previous CMake implementation, all targets which needed to use mbed-os related code needed to link against mbed-os.

With the new mbed-ce CMake implementation, it should not be needed anymore.

Review the use of

target_link_libraries(TARGET_NAME
	mbed-os # <-- really needed?
	...
)

and remove/replace it where needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions