musikr: rename taglib jni cmake project
This commit is contained in:
parent
6dd70af10c
commit
b6cbf97df9
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ cmake_minimum_required(VERSION 3.22.1)
|
|||
# Since this is the top level CMakeLists.txt, the project name is also accessible
|
||||
# with ${CMAKE_PROJECT_NAME} (both CMake variables are in-sync within the top level
|
||||
# build script scope).
|
||||
project("taglib_jni")
|
||||
project("tagJNI") # becomes "libtagJNI.so"
|
||||
|
||||
# Creates and names a library, sets it as either STATIC
|
||||
# or SHARED, and provides the relative paths to its source code.
|
||||
|
|
Loading…
Reference in a new issue