From: Ivan Hernanez Date: Wed, 30 May 2012 02:51:06 +0000 (-0500) Subject: added yaml-cpp to CMake include path X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=4d11b16145a712e92c734d3a6da7eda18ae08466;p=IvanGame.git added yaml-cpp to CMake include path Still breaks when searching for library --- diff --git a/CMakeLists.txt b/CMakeLists.txt index e5fe16e..8b13789 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,9 +1 @@ -cmake_minimum_required(VERSION 2.6) -project(game) -find_package(SDL REQUIRED) -find_package(SDL_image REQUIRED) - -add_executable(game Animation.cpp fns.cpp Game.cpp Level.cpp main.cpp WorldObject.cpp Sprite.cpp Text.cpp Actor.cpp Background.cpp Collision.cpp LoadResources.cpp) - -target_link_libraries(game ${SDL_LIBRARY} ${SDLIMAGE_LIBRARY})