You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
334 B
16 lines
334 B
project('addtax', |
|
'c', |
|
version : '1.0.3', |
|
license : 'BSD-3', |
|
default_options : [ 'b_ofast=if-release', |
|
'b_march_native=if-release', |
|
'b_ndebug=if-release', |
|
'warning_level=3', |
|
'c_std=c11' |
|
] |
|
) |
|
add_global_arguments('-DGETTEXT_PACKAGE="addtax"', language: 'c') |
|
subdir('po') |
|
subdir('glade') |
|
subdir('src/include') |
|
subdir('src')
|
|
|