summaryrefslogtreecommitdiff
path: root/c_conf_gen/config/cs_config1.lua
blob: 3069bd3c7d373e5a9a8084039040911ac1db070c (plain) (blame)
1
2
3
4
5
6
7
8
9
--config for empty config parsing file

local M = {}

M.project_name = "HelloWorld"
M.params_list = nil


return M