Browse Source

Generate files as expected by fltk

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.3
falkTX 5 years ago
parent
commit
6e9274f9e2
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      meson.build

+ 2
- 2
meson.build View File

@@ -47,14 +47,14 @@ executable('nsm-proxy',

NSM_Proxy_UI_cpp = custom_target(
'NSM_Proxy_UI.cpp',
output : 'NSM_Proxy_UI.cpp',
output : 'NSM_Proxy_UI.C',
input : 'src/NSM_Proxy_UI.fl',
command : [fluid, '-c', '-o', '@OUTPUT@', '@INPUT@'],
)

NSM_Proxy_UI_h = custom_target(
'NSM_Proxy_UI.h',
output : 'NSM_Proxy_UI.h',
output : 'NSM_Proxy_UI.H',
input : 'src/NSM_Proxy_UI.fl',
command : [fluid, '-c', '-h', '@OUTPUT@', '@INPUT@'],
)


Loading…
Cancel
Save