mirror of https://github.com/axmolengine/axmol.git
Try to fix android ci
This commit is contained in:
parent
a00f181b30
commit
d0df0f9731
|
@ -338,7 +338,11 @@ endif()
|
|||
|
||||
# fmt-lib
|
||||
add_subdirectory(fmt)
|
||||
target_link_libraries(thirdparty fmt-header-only)
|
||||
if (ANDROID OR LINUX)
|
||||
target_link_libraries(thirdparty INTERFACE fmt-header-only)
|
||||
else()
|
||||
target_link_libraries(thirdparty fmt-header-only)
|
||||
endif()
|
||||
configure_target_outdir(fmt)
|
||||
|
||||
# put "thirdparty" into thirdparty folder, too
|
||||
|
|
Loading…
Reference in New Issue