injae
Results
2
issues of
injae
Code ``` if(!deps) deps = cpptoml::make_table(); auto dep = deps->get_table(name); if(!dep) dep = cpptoml::make_table(); dep->insert("module" ,cmake_name); deps->insert(name, dep); ``` result ``` [dependencies] [dependencies.cpptoml] module = "cpptoml" ``` but I want...
## library type change - static library -> header-only - optional dependencies install flag removed ## new adaptor cli11 - add cli11 support attributes - add cli11 support adaptor -...