diff --git a/.github/workflows/template_values.toml b/.github/workflows/template_values.toml index 1046df6..c30a014 100644 --- a/.github/workflows/template_values.toml +++ b/.github/workflows/template_values.toml @@ -3,3 +3,5 @@ gh_uname = "cxx-gh" proj_description = "Example of Cxx GitHub template" cmake_min_version = "3.23" cxx_standard_version = "23" +proj_type = "lib" +lib_type = "static"