From b6cbf97df9b0a98c91ac8506722f67dbff7d1645 Mon Sep 17 00:00:00 2001 From: Alexander Capehart Date: Mon, 23 Dec 2024 10:05:33 -0500 Subject: [PATCH] musikr: rename taglib jni cmake project --- musikr/src/main/cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/musikr/src/main/cpp/CMakeLists.txt b/musikr/src/main/cpp/CMakeLists.txt index d242ae966..b4df33f6c 100644 --- a/musikr/src/main/cpp/CMakeLists.txt +++ b/musikr/src/main/cpp/CMakeLists.txt @@ -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.