We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 671d80f commit a8c8a4fCopy full SHA for a8c8a4f
1 file changed
CMakeLists.txt
@@ -756,6 +756,7 @@ if ( enable-opensles )
756
find_package( OpenSLES )
757
if ( OpenSLES_FOUND )
758
set ( OPENSLES_SUPPORT 1 )
759
+ list ( APPEND PC_LIBS_PRIV "-lOpenSLES" )
760
endif ( OpenSLES_FOUND )
761
endif ( enable-opensles )
762
0 commit comments