mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-17 16:32:41 +02:00
PoC
This commit is contained in:
21
cabi_example/meson.build
Normal file
21
cabi_example/meson.build
Normal file
@@ -0,0 +1,21 @@
|
||||
project(
|
||||
'waybar_cabi_c_example', 'c',
|
||||
version: '0.1.0',
|
||||
license: 'MIT',
|
||||
)
|
||||
|
||||
compiler = meson.get_compiler('c')
|
||||
|
||||
|
||||
shared_library('waybar_cabi_c_example',
|
||||
[
|
||||
'main.c',
|
||||
],
|
||||
dependencies: [
|
||||
dependency('gtk+-3.0', version : ['>=3.22.0'])
|
||||
]
|
||||
# include_directories: include_directories(['../../../include']),
|
||||
# dependencies: [],
|
||||
# install: true,
|
||||
# install_dir: 'plugins',
|
||||
)
|
Reference in New Issue
Block a user