musikr: rename taglib jni cmake project

This commit is contained in:
Alexander Capehart 2024-12-23 10:05:33 -05:00
parent 6dd70af10c
commit b6cbf97df9
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -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.