From: Ivan Hernandez Date: Wed, 30 May 2012 04:07:23 +0000 (-0500) Subject: fixed for sure this time X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=0195851ce7d209177b62705bda7dfd2a97686aff;p=IvanGame.git fixed for sure this time --- diff --git a/CMakeLists.txt b/CMakeLists.txt index e5fe16e..707bb0e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,10 @@ cmake_minimum_required(VERSION 2.6) project(game) +add_subdirectory(yaml-cpp) + +include_directories(${YAML_CPP_SOURCE_DIR}/include) + find_package(SDL REQUIRED) find_package(SDL_image REQUIRED)