]> begriffs open source - freertos/commit
freertos-config: Fix library definitions scope (#1164)
authorAhmed Ismail <64546783+AhmedIsmail02@users.noreply.github.com>
Fri, 25 Oct 2024 22:33:33 +0000 (23:33 +0100)
committerGitHub <noreply@github.com>
Fri, 25 Oct 2024 22:33:33 +0000 (15:33 -0700)
commitc0585ad814c972f58abe279b98828d6c25b772d1
tree8bba9652f92ae04fbcaad22b8158d79d85f3eee1
parent7215c89aa81501f60af8df68dfa99fc2c118a293
freertos-config: Fix library definitions scope (#1164)

Since `freertos_config` is an interface library,
`INTERFACE` scope shall be used to define compile
definitions.

Signed-off-by: Ahmed Ismail <Ahmed.Ismail@arm.com>
portable/CMakeLists.txt