mirror of
https://github.com/clearlinux/graphene.git
synced 2026-04-28 11:13:41 +00:00
This is to choose which PALs are to be build and installed. Currently build happens outside of meson, so this only affects installing and not building, but if one PAL was not built, then meson would fail because it won't find the dependency.
9 lines
162 B
Meson
9 lines
162 B
Meson
subdir('graphenelibos')
|
|
|
|
if sgx
|
|
install_data([
|
|
'graphene-sgx-get-token',
|
|
'graphene-sgx-sign',
|
|
], install_dir: get_option('bindir'))
|
|
endif
|