incubator-nuttx/cmake
xuxin19 859247c224 cmake:enhance set_source_files_properties for NuttX CMake module
Because `set_source_files_properties` in cmake will overwrite the properties instead of appending them.
This module implements addition and deletion by
first `getting_source_file_property` and then `set_source_files_properties`

Signed-off-by: xuxin19 <xuxin19@xiaomi.com>
2024-04-18 14:57:58 -03:00
..
menuconfig.cmake Revert "cmake: restore old behavior for savedefconfig" 2023-12-20 16:05:19 +01:00
nuttx_add_application.cmake cmake-bugfix:add santity check for target depends and change 2024-04-18 14:57:58 -03:00
nuttx_add_dependencies.cmake cmake:new feature on enhance apps header cmake module 2023-08-17 13:10:15 +08:00
nuttx_add_library.cmake cmake-bugfix:add santity check for target depends and change 2024-04-18 14:57:58 -03:00
nuttx_add_module.cmake
nuttx_add_romfs.cmake cmake: format docstrings 2023-07-27 02:32:49 -07:00
nuttx_add_subdirectory.cmake
nuttx_add_symtab.cmake cmake: format docstrings 2023-07-27 02:32:49 -07:00
nuttx_allsyms.cmake cmake:implement ALLSYMS feat of CMake version 2024-04-03 10:16:21 -03:00
nuttx_create_symlink.cmake
nuttx_export_header.cmake cmake:export_header support origin link and export install 2023-08-26 17:01:59 +08:00
nuttx_generate_headers.cmake cmake:adapt the header file symbolic link to the common directory 2024-02-23 18:15:56 -08:00
nuttx_generate_outputs.cmake
nuttx_kconfig.cmake cmake:fix invalid configs when export defconfig and .config 2023-08-29 09:51:20 +08:00
nuttx_mkconfig.cmake build/cmake: fix empty BASE_DEFCONFIG string 2024-02-28 10:58:52 +01:00
nuttx_mkversion.cmake tools/ci: migrate some ci build configurations to CMake 2023-07-15 23:32:36 +08:00
nuttx_parse_function_args.cmake cmake: format docstrings 2023-07-27 02:32:49 -07:00
nuttx_redefine_symbols.cmake
nuttx_source_file_properties.cmake cmake:enhance set_source_files_properties for NuttX CMake module 2024-04-18 14:57:58 -03:00
symtab.c.in