mirror of
https://github.com/rkd77/elinks.git
synced 2024-10-11 05:29:28 -04:00
172c32a64c
Now (in meson) .c files are compiled by C compiler and .cpp by C++ compiler.
4 lines
81 B
Meson
4 lines
81 B
Meson
subdir('dump')
|
|
subdir('text')
|
|
srcs += files('action.cpp', 'timer.c', 'viewer.c')
|