From c187274c4f8bbaba09ad6b9fc29aded179b7664e Mon Sep 17 00:00:00 2001 From: albertzeyer Date: Sat, 25 Jul 2009 17:31:14 +0000 Subject: [PATCH] missing linking git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@174 4df4b0f3-56ce-47cb-b001-ed939b7d65a6 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 66e24b5f7..2ad4d647c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -186,7 +186,7 @@ ELSE(WIN32) ENDIF(SDL) IF(OGG) - TARGET_LINK_LIBRARIES(commandergenius ogg vorbis) + TARGET_LINK_LIBRARIES(commandergenius ogg vorbis vorbisfile) ENDIF(OGG) IF (STLPORT)