Browse Source

Merge pull request #1166 from kariem2k/next

Added social stuff to cmake
Sean Taylor 12 years ago
parent
commit
7e331febff
1 changed files with 10 additions and 0 deletions
  1. 10 0
      gameplay/CMakeLists.txt

+ 10 - 0
gameplay/CMakeLists.txt

@@ -194,6 +194,16 @@ set(GAMEPLAY_SRC
     src/ScriptTarget.h
     src/Slider.cpp
     src/Slider.h
+    src/SocialAchievement.cpp
+    src/SocialAchievement.h
+    src/SocialChallenge.cpp
+    src/SocialChallenge.h
+    src/SocialController.cpp
+    src/SocialController.h
+    src/SocialPlayer.cpp
+    src/SocialPlayer.h
+    src/SocialSessionListener.cpp
+    src/SocialSessionListener.h
     src/SpriteBatch.cpp
     src/SpriteBatch.h
     src/Technique.cpp