Build Error

- Fixed lib deps for one platform.
This commit is contained in:
Paul Beckingham 2013-09-01 14:57:57 -04:00
parent bdf88d10a7
commit 94dc0c1b2d
3 changed files with 4 additions and 3 deletions

View file

@ -1,8 +1,8 @@
cmake_minimum_required (VERSION 2.8)
include_directories (${CMAKE_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/src
${CMAKE_SOURCE_DIR}/src/columns
${CMAKE_SOURCE_DIR}/src/commands
${CMAKE_SOURCE_DIR}/src/columns
${CMAKE_SOURCE_DIR}/src/parser
${TASK_INCLUDE_DIRS})