From 4d11b16145a712e92c734d3a6da7eda18ae08466 Mon Sep 17 00:00:00 2001 From: Ivan Hernanez Date: Tue, 29 May 2012 21:51:06 -0500 Subject: [PATCH] added yaml-cpp to CMake include path Still breaks when searching for library --- CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) 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}) -- 2.11.0