From 0195851ce7d209177b62705bda7dfd2a97686aff Mon Sep 17 00:00:00 2001 From: Ivan Hernandez Date: Tue, 29 May 2012 23:07:23 -0500 Subject: [PATCH] fixed for sure this time --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) 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) -- 2.11.0