Skip to content

Commit 2a6c6c6

Browse files
authored
remove jsb related libs (#355)
1 parent c211a4e commit 2a6c6c6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@ target_link_libraries(external
4949

5050

5151
# use lua/js specific libs by property to prevent conflict
52-
if(BUILD_JS_LIBS)
53-
add_subdirectory(spidermonkey)
54-
set_property(TARGET external APPEND PROPERTY
55-
CC_JS_DEPEND ext_spidermonkey
56-
)
57-
endif()
5852
if(BUILD_LUA_LIBS)
5953
add_subdirectory(lua/luajit)
6054
add_subdirectory(lua/tolua)
@@ -92,15 +86,12 @@ if(ANDROID)
9286
endif()
9387

9488
if(WINDOWS)
95-
# sqlite3 prebuilt only existed at windows
96-
add_subdirectory(sqlite3)
9789
add_subdirectory(win32-specific/gles)
9890
add_subdirectory(win32-specific/icon)
9991
add_subdirectory(win32-specific/MP3Decoder)
10092
add_subdirectory(win32-specific/OggDecoder)
10193
add_subdirectory(win32-specific/OpenalSoft)
10294
target_link_libraries(external
103-
ext_sqlite3
10495
ext_gles
10596
ext_icon
10697
ext_MP3Decoder

0 commit comments

Comments
 (0)