6 lines
155 B
CMake
6 lines
155 B
CMake
cmake_minimum_required(VERSION 2.8.11)
|
|
|
|
set(JSON_CPP_INCLUDE_PATH "${CMAKE_SOURCE_DIR}/3P/jsoncpp/include")
|
|
|
|
include_directories(${JSON_CPP_INCLUDE_PATH})
|