Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
35a2f4972223ed6ec630f82bbaf4ef35a21a3eb4
/
.
/
src
/
mod
/
meson.build
blob: eb9a3067bb50cf98f91a9bcf606dd2b89effa849 [
file
] [
log
] [
blame
]
Austin Schuh
35a2f49
2021-04-07 21:41:56 -0700
[
diff
] [
blame^
]
1
sources
+=
files
(
'mod.c'
)
2
3
if
configuration
.
has
(
'HAVE_DLFCN'
)
4
sources
+=
files
(
'dl.c'
)
5
endif
6
7
if
system
==
'windows'
8
sources
+=
files
(
'win32/dll.c'
)
9
endif