Add editor list, scroll, and property grid widgets
This commit is contained in:
@@ -53,6 +53,16 @@ if(TARGET editor_ui_tree_view_basic_validation)
|
||||
editor_ui_tree_view_basic_validation)
|
||||
endif()
|
||||
|
||||
if(TARGET editor_ui_property_grid_basic_validation)
|
||||
list(APPEND EDITOR_UI_INTEGRATION_TARGETS
|
||||
editor_ui_property_grid_basic_validation)
|
||||
endif()
|
||||
|
||||
if(TARGET editor_ui_list_view_basic_validation)
|
||||
list(APPEND EDITOR_UI_INTEGRATION_TARGETS
|
||||
editor_ui_list_view_basic_validation)
|
||||
endif()
|
||||
|
||||
add_custom_target(editor_ui_integration_tests
|
||||
DEPENDS
|
||||
${EDITOR_UI_INTEGRATION_TARGETS}
|
||||
|
||||
Reference in New Issue
Block a user