I'm trying to trim a number of components being built via command in top CMakeLists.txt:
Code: Select all
set(COMPONENTS main mqtt tcp_transport ... )
Is there any other option to avoid building components that based on configuration won't be used?
Regards,
Marko