Skip to content

Instantly share code, notes, and snippets.

@CruzR
Created December 4, 2012 23:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CruzR/4210124 to your computer and use it in GitHub Desktop.
Save CruzR/4210124 to your computer and use it in GitHub Desktop.
LPC: CMakeLists.txt Patch for Villages
--- CMakeLists.txt.old 2012-12-05 00:00:22.412836912 +0100
+++ CMakeLists.txt 2012-12-05 00:05:40.947832754 +0100
@@ -65,8 +65,7 @@
Find_Package(SDL_mixer REQUIRED)
include_directories(
- includes/sdl/
- includes/sdl-gfx/
+ ${SDL_INCLUDE_DIR}
includes/tinyxml2/
src/
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment