mirror of https://github.com/axmolengine/axmol.git
Fix ci
This commit is contained in:
parent
0715477d4c
commit
cdf9e3f66a
|
@ -39,7 +39,7 @@ add_subdirectory(Core)
|
|||
if (ANDROID)
|
||||
target_link_libraries(${LIB_NAME} INTERFACE Live2DCubismCore)
|
||||
else()
|
||||
target_link_libraries(${LIB_NAME} Live2DCubismCore)
|
||||
target_link_libraries(${LIB_NAME} PUBLIC Live2DCubismCore)
|
||||
endif()
|
||||
|
||||
setup_ax_extension_config(${LIB_NAME})
|
||||
|
|
Loading…
Reference in New Issue