properties of custom target

558 Views Asked by At

I'm using add_cusmtom_target to do a custom build, but what properties of this target have? Perticually how can I get the list of dependencies listed in the target:

add_custom_target(exsdk COMMAND echo DEPENDS foo.jar bar.jar)

get_target_property(D exsdk DEPENDS)

exsdk is not found, how can I get the properties of custom target?

0

There are 0 best solutions below