repo.or.cz
/
elliptics.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of github.com:reverbrain/elliptics
[elliptics.git]
/
cache
/
CMakeLists.txt
blob
3b940b882198a993c8db3c0adea3c73460c14e96
1
include_directories(../include)
2
3
add_library(elliptics_cache STATIC cache.cpp)
4
if(UNIX OR MINGW)
5
set_target_properties(elliptics_cache PROPERTIES COMPILE_FLAGS "-fPIC")
6
endif()
7
target_link_libraries(elliptics_cache "")