mirror of
https://gitlab.com/square-game-liberation-front/F.E.I.S.git
synced 2025-02-28 23:41:33 +01:00
7 lines
139 B
Meson
7 lines
139 B
Meson
|
executable(
|
||
|
'scrollwheel',
|
||
|
'scrollwheel.cpp',
|
||
|
include_sources['imgui'],
|
||
|
dependencies: deps,
|
||
|
include_directories: inc,
|
||
|
)
|