Skip to content

Commit

Permalink
remove jsb related libs (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
minggo authored May 24, 2019
1 parent c211a4e commit 2a6c6c6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ target_link_libraries(external


# use lua/js specific libs by property to prevent conflict
if(BUILD_JS_LIBS)
add_subdirectory(spidermonkey)
set_property(TARGET external APPEND PROPERTY
CC_JS_DEPEND ext_spidermonkey
)
endif()
if(BUILD_LUA_LIBS)
add_subdirectory(lua/luajit)
add_subdirectory(lua/tolua)
Expand Down Expand Up @@ -92,15 +86,12 @@ if(ANDROID)
endif()

if(WINDOWS)
# sqlite3 prebuilt only existed at windows
add_subdirectory(sqlite3)
add_subdirectory(win32-specific/gles)
add_subdirectory(win32-specific/icon)
add_subdirectory(win32-specific/MP3Decoder)
add_subdirectory(win32-specific/OggDecoder)
add_subdirectory(win32-specific/OpenalSoft)
target_link_libraries(external
ext_sqlite3
ext_gles
ext_icon
ext_MP3Decoder
Expand Down

0 comments on commit 2a6c6c6

Please sign in to comment.