1. --- old/CMakeLists.txt 2013-08-28 09:15:50.793738412 +0000
  2. +++ new/CMakeLists.txt 2013-08-28 09:18:35.696178392 +0000
  3. @@ -8,8 +8,9 @@
  4. # Uncomment this to hardcode the data path. On the command line, you
  5. # would actually give -DDATAPATH='"/usr/share/games/gish"' or similar
  6. # but CMake does the extra quoting for us.
  7. -#add_definitions(-DDATAPATH="/usr/share/games/gish")
  8. +add_definitions(-DDATAPATH="/usr/share/freegish")
  9.  
  10. +find_library(M_LIB m)
  11. find_package(SDL REQUIRED)
  12. find_package(OpenAL REQUIRED)
  13. find_package(OpenGL REQUIRED)