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
Support conversion of linkshere
[dueringa_WikiWalker.git]
/
lib
/
LUrlParser
/
CMakeLists.txt
blob
9e9d77ac18b3a70d82e83ac4b5c126f7c5976b44
1
cmake_minimum_required(VERSION 3.1.0)
2
project(WikiWalker-Libs)
3
4
add_library(lurlparser STATIC
5
${CMAKE_CURRENT_SOURCE_DIR}/LUrlParser.cpp
6
)
7
8
target_include_directories(lurlparser PUBLIC
9
${CMAKE_CURRENT_SOURCE_DIR}
10
)