mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-05 06:24:35 +08:00
3e246caa1c
Updated CMakeLists.txt generator to handle private macro definitions for source groups. Individual source groups are added as OBJECT libraries, which does not generate actual archive but will be linked together at final application linking stage. Source groups without source files are added as INTERFACE libraries, which provides library dependencies to the final application. Signed-off-by: Yilin Sun <imi415@imi.moe>