From 882c4b47377098d1fd3d95b18143bfe4dec1782e Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 11 Feb 2015 01:22:37 +0300 Subject: [PATCH] Use more hinting bundled library path --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c746f29..5fb3561 100644 --- a/README.md +++ b/README.md @@ -163,11 +163,11 @@ The library is easy to integrate into other CMake-using projects still recommended). Just place the library into dedicated directory in your project -(for example, lib/SDL2pp) and add +(for example, extlib/libSDL2pp) and add SET(SDL2PP_WITH_IMAGE ON) # if you need SDL_image support SET(SDL2PP_WITH_TTF ON) # if you need SDL_ttf support - ADD_SUBDIRECTORY(lib/SDL2pp) + ADD_SUBDIRECTORY(extlib/libSDL2pp) into your core CMakeLists.txt. This will act as similar to what FIND_PACKAGE usually does, and will provide ${SDL2PP_INCLUDE_DIRS}