Hi everybody!
I'm trying to use cmake toolchains link a third static library(e.g protobuf) into my new static library, I already add target_link_libraries(TARGET, protobuf), but generate link.txt only has command "emar qc target *.o"
How to change CMakeLists.txt to link static library?
thanks.