added headers to install target

dev
keldu.magnus 2020-10-27 03:24:37 +01:00
parent 83877a13ad
commit 04d4e2a02f
1 changed files with 1 additions and 0 deletions

View File

@ -87,4 +87,5 @@ env.Alias('all', ['format', 'library_shared', 'library_static', 'test'])
env.Install('/usr/local/lib/', [env.library_shared, env.library_static])
env.Install('/usr/local/include/kelgin/window/', [env.headers])
env.Install('/usr/local/include/kelgin/window/gl/', [env.gl_headers])
env.Alias('install', '/usr/local/')