Skip to content

Commit

Permalink
modules/FvwmConsole: add meson.build
Browse files Browse the repository at this point in the history
  • Loading branch information
Kangie committed Apr 5, 2024
1 parent 3b8bf99 commit f7d643e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/FvwmConsole/meson.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
if not golang.found()
executable('FvwmConsole', sources: ['FvwmConsole.c', 'FvwmConsole.h'], dependencies: [fvwm3])
executable('FvwmConsoleC', sources: ['FvwmConsoleC.c', 'FvwmConsole.h', 'getline.c'], dependencies: [fvwm3])
endif

0 comments on commit f7d643e

Please sign in to comment.