mirror of
https://github.com/apache/nuttx.git
synced 2026-03-27 10:39:28 +08:00
This enables CMake based build for sim:ostest. Flags which are set by set_source_files_properties are not reflected in final build. Changing these to target_compile_options makes CMake build runnable. Signed-off-by: Daniel Jasinski <jasinskidaniel95szcz@gmail.com>