feat(RayFEM): initial commit
This commit is contained in:
17
src/meson.build
Normal file
17
src/meson.build
Normal file
@@ -0,0 +1,17 @@
|
||||
subdir('libRayFem')
|
||||
executable(
|
||||
'RayFEM',
|
||||
'app/main.cpp',
|
||||
dependencies: [dependencies, rayfem_dep],
|
||||
cpp_args: cpp_args,
|
||||
c_args: c_args,
|
||||
link_args: link_args
|
||||
)
|
||||
executable(
|
||||
'exampleClient',
|
||||
'app/client.cpp',
|
||||
dependencies: [dependencies, rayfem_dep],
|
||||
cpp_args: cpp_args,
|
||||
c_args: c_args,
|
||||
link_args: link_args
|
||||
)
|
||||
Reference in New Issue
Block a user