feat:Mac support CC_EDITOR V8 config
This commit is contained in:
parent
7c33bc6102
commit
56bed68dec
|
|
@ -80,14 +80,16 @@ set_target_properties(GLESv2 PROPERTIES
|
||||||
|
|
||||||
set(se_libs_name)
|
set(se_libs_name)
|
||||||
|
|
||||||
if(USE_SE_V8)
|
if(CC_EDITOR)
|
||||||
list(APPEND se_libs_name
|
message(STATUS "CC_EDITOR USE V8 FROM NODEJS")
|
||||||
v8_monolith
|
elseif(USE_SE_V8)
|
||||||
uv
|
list(APPEND se_libs_name
|
||||||
)
|
v8_monolith
|
||||||
if(USE_V8_DEBUGGER)
|
uv
|
||||||
list(APPEND se_libs_name inspector)
|
)
|
||||||
endif()
|
if(USE_V8_DEBUGGER)
|
||||||
|
list(APPEND se_libs_name inspector)
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# if(USE_SOCKETS)
|
# if(USE_SOCKETS)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue