Merge pull request #1 from rralf/next

Added proper json-cpp include directory
This commit is contained in:
Ralf 2015-09-13 23:47:33 +02:00
commit 9054832edb
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ set(CMAKE_C_FLAGS "-O2 -Wall -pedantic -Wextra")
find_package(Boost 1.55.0 COMPONENTS program_options system REQUIRED)
set(JSON_INCLUDE_DIR "/usr/include/jsoncpp" CACHE PATH "path to jsoncpp includes")
include_directories(${JSON_INCLUDE_DIR})
find_package (Threads)
set(SRCS