Remove PCH source files

Deprecated in newer versions of Meson.
This commit is contained in:
Tau
2019-05-01 21:17:30 -04:00
parent a3aa3ed92a
commit 025102fc58
9 changed files with 9 additions and 36 deletions

View File

@ -3,10 +3,7 @@ shared_library(
name_prefix : '',
include_directories: inc,
implicit_include_directories : false,
c_pch : [
'../precompiled.c',
'../precompiled.h',
],
c_pch : '../precompiled.h',
dependencies : [
capnhook.get_variable('hook_dep'),
capnhook.get_variable('hooklib_dep'),