update
Signed-off-by: Yuhang Zhao <zhaoyuhang@rankyee.com>
This commit is contained in:
parent
4929d8f0d3
commit
e3cfeb7e0b
|
@ -1392,6 +1392,9 @@ function(dump_target_info)
|
|||
message(AUTHOR_WARNING "${__target} is not a valid CMake target!")
|
||||
continue()
|
||||
endif()
|
||||
set(__compile_options)
|
||||
set(__compile_definitions)
|
||||
set(__link_options)
|
||||
get_target_property(__compile_options ${__target} COMPILE_OPTIONS)
|
||||
get_target_property(__compile_definitions ${__target} COMPILE_DEFINITIONS)
|
||||
get_target_property(__link_options ${__target} LINK_OPTIONS)
|
||||
|
|
Loading…
Reference in New Issue