changeset 1226 | d4432bae258e |
parent 1223 | 41d7283934c1 |
child 1236 | f9110fd03754 |
--- a/QTfrontend/CMakeLists.txt Sat Aug 16 20:36:18 2008 +0000 +++ b/QTfrontend/CMakeLists.txt Sat Aug 16 21:28:07 2008 +0000 @@ -16,6 +16,7 @@ find_package(SDL_mixer REQUIRED) include_directories(${SDL_INCLUDE_DIR}) +include_directories(${SDLMIXER_INCLUDE_DIR}) if(UNIX) include_directories("/usr/local/include") # HACK: in freebsd cannot find iconv.h included via SDL.h endif(UNIX)