File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff 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 ()
5852if (BUILD_LUA_LIBS)
5953 add_subdirectory (lua/luajit)
6054 add_subdirectory (lua/tolua)
@@ -92,15 +86,12 @@ if(ANDROID)
9286endif ()
9387
9488if (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
You can’t perform that action at this time.
0 commit comments