mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 01:42:37 +08:00
5 lines
154 B
CMake
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)
|