mirror of https://github.com/axmolengine/axmol.git
fix compile on ubuntu.
This commit is contained in:
parent
729910d77e
commit
3f2895beab
|
@ -611,6 +611,6 @@ set_target_properties(cocos2d
|
|||
PROPERTIES
|
||||
ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib"
|
||||
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib"
|
||||
VERSION ${COCOS2D_X_VERSION}
|
||||
VERSION "${COCOS2D_X_VERSION}"
|
||||
)
|
||||
|
||||
|
|
|
@ -143,6 +143,7 @@ link_directories(
|
|||
${COCOS2D_ROOT}/external/websockets/prebuilt/linux/${ARCH_DIR}
|
||||
${COCOS2D_ROOT}/external/spidermonkey/prebuilt/linux/${ARCH_DIR}
|
||||
${COCOS2D_ROOT}/external/linux-specific/fmod/prebuilt/${ARCH_DIR}
|
||||
${COCOS2D_ROOT}/external/chipmunk/prebuilt/linux/${ARCH_DIR}
|
||||
)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in New Issue