diff options
| author | ruki <[email protected]> | 2015-06-15 10:30:14 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-06-15 10:30:14 +0800 |
| commit | ddf03c22b1b6fcab81e0d3ce5c4a081b704f3a65 (patch) | |
| tree | 98cdbfc56ad0e911c826cfddfde92d4a9a12de38 /tests/console/src | |
| parent | 31bba0ba7852b0699e41642815455afb62ddc8b7 (diff) | |
enable and disable show menu for option
Diffstat (limited to 'tests/console/src')
| -rw-r--r-- | tests/console/src/demo/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/console/src/demo/xmake.lua b/tests/console/src/demo/xmake.lua index 7415b2564..9d70a95e6 100644 --- a/tests/console/src/demo/xmake.lua +++ b/tests/console/src/demo/xmake.lua @@ -18,7 +18,7 @@ add_target("demo_cpp") set_kind("binary") add_deps("hello2") add_files("src/demo/*.cpp") - set_configfile("$(buildir)/demo_cpp.h") + set_config_h("$(buildir)/demo_cpp.h") add_linkdirs("$(buildir)") add_includedirs("$(buildir)") add_undefines("HELLO2") |
