mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
4b03e233d0
* "dummy loop to force pre-processed linker file generation" seems to be unnecessary. It looks like the idea was copied from the dependency of ULP-FSM preprocessed source files on the LD script. * Can use add_dependencies instead of set_target_properties(...LINK_DEPENDS...) which is more readable * Use target_link_options instead of target_link_libraries, which is supported starting from CMake 3.13. Unlike target_link_libraries, it doesn't require manually quoting the pats.