File: xmake.lua

package info (click to toggle)
workflow 0.11.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,744 kB
  • sloc: cpp: 33,792; ansic: 9,393; makefile: 9; sh: 6
file content (8 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
target("bootstrap")
    set_kind("binary")
    add_files("bootstrap.c")

target("bootstrap_server")
    set_kind("binary")
    add_files("server.cc")
    add_deps("workflow")