Skip to content

Instantly share code, notes, and snippets.

@waruqi
Created June 24, 2016 06:07
Show Gist options
  • Save waruqi/eb0d9a06ece7a125296dd94a2d217b97 to your computer and use it in GitHub Desktop.
Save waruqi/eb0d9a06ece7a125296dd94a2d217b97 to your computer and use it in GitHub Desktop.
A demo project file based on xmake
-- xmake: https://github.com/waruqi/xmake
-- define target
target("console")
-- set kind
set_kind("binary")
-- add files
add_files("src/*.c")
@waruqi
Copy link
Author

waruqi commented Jun 24, 2016

build:

 xmake 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment