mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 07:37:21 +02:00
Merge branch 'master' into patch/mkrelease
This commit is contained in:
commit
16ebc794c5
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +0,0 @@
|
||||
build/
|
||||
builddir/
|
||||
*.swp
|
@ -43,7 +43,10 @@ gamemode_headers = [
|
||||
'gamemode_client.h',
|
||||
]
|
||||
|
||||
install_headers(gamemode_headers)
|
||||
install_headers(
|
||||
gamemode_headers,
|
||||
install_dir: path_includedir,
|
||||
)
|
||||
|
||||
# Generate a pkg-config files
|
||||
pkg = import('pkgconfig')
|
||||
|
Loading…
x
Reference in New Issue
Block a user