File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 8
8
[submodule "libjpeg-turbo "]
9
9
path = libjpeg-turbo
10
10
url = https://github.com/openstf/android-libjpeg-turbo.git
11
+ [submodule "openal-soft "]
12
+ path = openal-soft
13
+ url = https://github.com/kcat/openal-soft.git
Original file line number Diff line number Diff line change @@ -72,11 +72,9 @@ target_link_libraries(sdl.hdll SDL2 EGL GLESv3)
72
72
73
73
# OpenAL
74
74
75
- #add_subdirectory(openal)
76
- #file(GLOB openal hashlink/libs/openal/*.c)
77
- #add_library(openal.hdll STATIC ${openal})
78
- #target_include_directories(openal.hdll PUBLIC openal/include)
79
- #target_link_libraries(openal.hdll OpenAL)
75
+ file (GLOB openal hashlink/libs/openal/*.c)
76
+ add_library (openal.hdll STATIC ${openal} )
77
+ target_include_directories (openal.hdll PUBLIC openal-soft/include )
80
78
81
79
# UI
82
80
You can’t perform that action at this time.
0 commit comments