0

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?

expected something like get_target_objects() return a list a.obj b.obj c.obj

JustWe
  • 4,250
  • 3
  • 39
  • 90

0 Answers0