1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-05-18 03:42:10 +08:00
2019-08-07 08:28:14 -07:00

5 lines
154 B
CMake

set(TUTORIAL_SRCS tutorial.actor.cpp)
add_flow_target(EXECUTABLE NAME tutorial SRCS "${TUTORIAL_SRCS}")
target_link_libraries(tutorial PUBLIC fdbclient)