This website requires JavaScript.
Explore
Help
Sign In
aniani
/
elinks
Watch
1
Star
0
Fork
0
You've already forked elinks
mirror of
https://github.com/rkd77/elinks.git
synced
2024-12-04 14:46:47 -05:00
Code
df02b88d7b
elinks
/
src
/
viewer
/
meson.build
4 lines
81 B
Meson
Raw
Normal View
History
Unescape
Escape
[meson] meson build scripts. Not finished yet, but I added to motivate myself and others. The goal is to get a few seconds faster builds. autotools still will be available.
2020-09-05 16:02:16 -04:00
subdir
(
'dump'
)
subdir
(
'text'
)
[cpp] All files suspected for any C++ relation renamed to cpp Now (in meson) .c files are compiled by C compiler and .cpp by C++ compiler.
2022-07-31 10:44:11 -04:00
srcs
+
=
files
(
'action.cpp'
,
'timer.c'
,
'viewer.c'
)
Copy Permalink