1
0
Fork 0

removed unused cmake file

This commit is contained in:
Jan Steemann 2015-11-19 14:35:45 +01:00
parent e367c859da
commit 2670379036
1 changed files with 0 additions and 25 deletions

View File

@ -1,25 +0,0 @@
# -*- mode: CMAKE; -*-
# build libvelocypack
add_library(
velocypack
STATIC
velocypack-common.cpp
AttributeTranslator.cpp
Builder.cpp
Collection.cpp
Dumper.cpp
Exception.cpp
HexDump.cpp
Iterator.cpp
Options.cpp
Parser.cpp
Slice.cpp
ValueType.cpp
Version.cpp
asm-functions.cpp
fasthash.cpp
fpconv.cpp
)
install(TARGETS velocypack DESTINATION lib)