]> begriffs open source - freertos/commit
Move cmake compile options to the example project (#872)
authorActoryOu <jay2002824@gmail.com>
Mon, 30 Oct 2023 15:35:42 +0000 (23:35 +0800)
committerGitHub <noreply@github.com>
Mon, 30 Oct 2023 15:35:42 +0000 (08:35 -0700)
commitef0104e7685c45eeebf6ebe06a24f4eb1a28c045
treefbbb2d7f17ad5923f1057b5276fb64a583f29e10
parent1c465a0890bb5051a0c262ea1ed7cf6e40246499
Move cmake compile options to the example project (#872)

* Move GCC compile option to GCC folder with toolchain option

* Add CI flow to build cmake example

* Fix CI

* formatting && enable Werror

* Add useless variable to test CI

* revert useless variable

* Add comments as examples.

* Remove default compile options.

* Formatting

* Remove compile option in kernel cmake and put the sample in examples/cmake_example

---------

Co-authored-by: Joseph Julicher <jjulicher@mac.com>
.github/workflows/kernel-demos.yml
CMakeLists.txt
examples/cmake_example/CMakeLists.txt