mirror of https://github.com/axmolengine/axmol.git
Simplify interface include for extension GUI
This commit is contained in:
parent
a09d53bf05
commit
4a93071ab0
|
@ -9,5 +9,7 @@ SOURCE_GROUP("CCScrollView" FILES ${GUI_SCROLLVIEW_SOURCES})
|
|||
add_library(${target_name}
|
||||
${GUI_CONTROL_SOURCES}
|
||||
${GUI_SCROLLVIEW_SOURCES})
|
||||
|
||||
target_include_directories(${target_name} INTERFACE ${CMAKE_CURRENT_LIST_DIR})
|
||||
|
||||
setup_cocos_extension_config(${target_name})
|
Loading…
Reference in New Issue