SDL_mixer: added FIXME notes to cmake file.

From c44477befe26eb6eb902ada28f365a4a24ffea8f Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Fri, 12 Nov 2021 20:25:20 +0300
Subject: [PATCH] added FIXME notes to cmake file.

---
 CMakeLists.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 04a6eff..283f588 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,10 @@
 cmake_minimum_required(VERSION 2.8.12)
 project(SDL_mixer C)
 
+# FIXME: make it able build against system codec libraries, too.
+#
+# FIXME: test accross different target platforms.
+
 # FIXME: missing CMakeLists.txt for MPG123
 set(SUPPORT_MP3_MPG123 OFF CACHE BOOL "" FORCE)