Added recipes for Glslang and GLM.
This commit is contained in:
@@ -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')]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user