Changed build files to meson
This commit is contained in:
parent
9d4436cc00
commit
0460ae1a50
17 changed files with 170 additions and 127 deletions
12
Sandbox/meson.build
Normal file
12
Sandbox/meson.build
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Point to the public headers of FluxEngine
|
||||
sandbox_inc = include_directories(
|
||||
'../FluxEngine/src/public'
|
||||
)
|
||||
|
||||
executable(
|
||||
'sandbox',
|
||||
'src/private/SandboxApp.cpp',
|
||||
include_directories: sandbox_inc,
|
||||
dependencies : flux_dep,
|
||||
install : true,
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue