Skip to content

Commit

Permalink
added more FIXME notes in cmake file, fixed library name
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Nov 13, 2021
1 parent 771b44e commit 257d8d3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 257d8d3

Please sign in to comment.