From 257d8d34cc5410390bfc33f416f7fc617a26fd8d Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Sat, 13 Nov 2021 03:47:02 +0300 Subject: [PATCH] added more FIXME notes in cmake file, fixed library name --- CMakeLists.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ff2cc9add..733836a50 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,10 @@ cmake_minimum_required(VERSION 3.0.0) -project(SDL_mixer C) +project(SDL2_mixer C) -# FIXME: make it able build against system codec libraries, too. +# FIXME: CMAKE SUPPORT IN SDL2_mixer IS VERY INCOMPLETE YET !!! # +# FIXME: make it able build against system codec libraries, too. +# FIXME: handle library versioning. # FIXME: test accross different target platforms. # # FIXME: missing CMakeLists.txt for MPG123