for example, I having
add_executable(myapp a.cpp b.cpp c.cpp )
is there any way to extract the obj files list from target myapp?
myapp
expected something like get_target_objects() return a list a.obj b.obj c.obj
get_target_objects()
a.obj b.obj c.obj