mirror of https://github.com/axmolengine/axmol.git
Fix ci
This commit is contained in:
parent
d1de186f5e
commit
822226b89e
|
@ -65,6 +65,9 @@ endif()
|
|||
|
||||
add_library(thirdparty STATIC empty.cpp)
|
||||
|
||||
# robin-map
|
||||
include_directories("robin-map/include")
|
||||
|
||||
if(MACOSX OR ANDROID OR WINDOWS)
|
||||
add_subdirectory(zlib)
|
||||
target_link_libraries(thirdparty
|
||||
|
@ -333,9 +336,6 @@ configure_target_outdir(fmt)
|
|||
# put "thirdparty" into thirdparty folder, too
|
||||
configure_target_outdir(thirdparty)
|
||||
|
||||
# robin-map
|
||||
include_directories("robin-map/include")
|
||||
|
||||
if(MACOSX OR IOS)
|
||||
add_subdirectory(glsl-optimizer)
|
||||
target_link_libraries(thirdparty
|
||||
|
|
Loading…
Reference in New Issue