Hacker News new | past | comments | ask | show | jobs | submit login
Xmake v2.3.2 released, Build C/C++ program as fast as ninja (tboox.org)
18 points by waruqi on March 30, 2020 | hide | past | favorite | 3 comments



A simple example with package dependences

    add_requires("tbox >1.6.1", "libuv master", "vcpkg::ffmpeg", "brew::pcre2/libpcre2-8")
    add_requires("conan::OpenSSL/1.0.2n@conan/stable", {alias = "openssl", optional = true, debug = true}) 
    target("test")
        set_kind("binary")
        add_files("src/*.c")
        add_packages("tbox", "libuv", "vcpkg::ffmpeg", "brew::pcre2/libpcre2-8", "openssl")


Amazing~ Better than cmake!


Great app, love it!




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: