Added recipes for Glslang and GLM.

This commit is contained in:
2023-11-04 19:34:16 +01:00
parent 93dd09e324
commit 7050ec5e43
3 changed files with 35 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ def cook(env: Environment, project_root: str, generate_args: 'list[str]' = [], b
pathlib.Path(install_dir, _BUILT_STAMPFILE).touch()
return {
'install_dir': install_dir,
'LIBPATH': [os.path.join(install_dir, 'lib')],
'CPPPATH': [os.path.join(install_dir, 'include')]
}