File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1111[submodule "openal-soft "]
1212 path = openal-soft
1313 url = https://github.com/kcat/openal-soft.git
14+ [submodule "heaps-android-app "]
15+ path = heaps-android-app
16+ url = https://github.com/rtissera/heaps-android-app.git
Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ target_link_libraries(hl log)
2828set (TJ_LIB ${CMAKE_CURRENT_SOURCE_DIR} /libjpeg-turbo/obj/local/${ANDROID_ABI} /libjpeg-turbo.a)
2929add_custom_target (turbojpeg
3030 ${ANDROID_NDK} /ndk-build APP_ABI=${ANDROID_ABI} APP_PLATFORM=${ANDROID_PLATFORM}
31- WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} /libjpeg-turbo
31+ NDK_PROJECT_PATH=./libjpeg-turbo
32+ WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}
3233 BYPRODUCTS ${TJ_LIB}
3334)
3435
@@ -65,7 +66,7 @@ add_subdirectory(sdl2)
6566file (GLOB sdl hashlink/libs/sdl/*.c)
6667add_library (sdl.hdll STATIC ${sdl} )
6768target_include_directories (sdl.hdll PUBLIC sdl2/include )
68- target_link_libraries (sdl.hdll SDL2 EGL GLESv3)
69+ target_link_libraries (sdl.hdll SDL2 SDL2main EGL GLESv3)
6970
7071# OpenAL
7172
You can’t perform that action at this time.
0 commit comments