mirror of https://gitee.com/bigwinds/arangodb
removed unused cmake file
This commit is contained in:
parent
e367c859da
commit
2670379036
|
@ -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)
|
Loading…
Reference in New Issue