This website requires JavaScript.
Explore
Help
Sign In
wbtiger
/
foundationdb
mirror of
https://github.com/apple/foundationdb.git
Watch
1
Star
0
Fork
You've already forked foundationdb
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a4aad591fd
foundationdb
/
fdbservice
/
CMakeLists.txt
4 lines
99 B
CMake
Raw
Normal View
History
Unescape
Escape
fdbservice and fdbrpc now compiling
2019-02-07 11:27:38 +08:00
set
(
FDBSERVICE_SRCS
FDBService.cpp
ServiceBase.cpp
)
some more windows installer modifications
2019-02-07 04:02:19 +08:00
add_executable
(
fdbmonitor
${
FDBSERVICE_SRCS
}
)