]> begriffs open source - freertos/commit
Fix circular dependency in CMake project (#700)
authorPatrick Cook <114708437+cookpate@users.noreply.github.com>
Mon, 10 Jul 2023 22:08:59 +0000 (15:08 -0700)
committerGitHub <noreply@github.com>
Mon, 10 Jul 2023 22:08:59 +0000 (15:08 -0700)
commit18e293723929da31c0395fb4c7f9187474058a6a
tree23e5b04077b6cb7f089fa1377ff7b63ad9a3ed6d
parent77ec05e641ab602004aaa7b6e7118df8a78f4d2e
Fix circular dependency in CMake project (#700)

* Fix circular dependency in cmake project

Fix for https://github.com/FreeRTOS/FreeRTOS-Kernel/issues/687
In order for custom ports to also break the cycle, they must link
against freertos_kernel_include instead of freertos_kernel.

* Simplify include path
CMakeLists.txt
include/CMakeLists.txt [new file with mode: 0644]
portable/CMakeLists.txt