mirror of
https://github.com/sogou/workflow.git
synced 2026-02-08 01:33:17 +08:00
8 lines
174 B
Lua
8 lines
174 B
Lua
target("bootstrap")
|
|
set_kind("binary")
|
|
add_files("bootstrap.c")
|
|
|
|
target("bootstrap_server")
|
|
set_kind("binary")
|
|
add_files("server.cc")
|
|
add_deps("workflow") |