Added proper json-cpp include directory

This commit is contained in:
Ralf Ramsauer 2015-09-13 23:45:58 +02:00
parent 5f7fdd85ed
commit 142b6a432a
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