repo.or.cz
/
dueringa_WikiWalker.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Pass title by const reference
[dueringa_WikiWalker.git]
/
lib
/
jsoncpp
/
CMakeLists.txt
blob
75b18d037beb460e0c1c86815c08d05f553bbfb5
1
cmake_minimum_required(VERSION 3.1.0)
2
project(WikiWalker-Libs)
3
4
add_library(jsoncpp STATIC
5
${CMAKE_CURRENT_SOURCE_DIR}/jsoncpp.cpp
6
)
7
8
target_include_directories(jsoncpp PUBLIC
9
${CMAKE_CURRENT_SOURCE_DIR}
10
)