forked from Dniel97/segatools
nu: Add empty static library
This commit is contained in:
parent
c0b20d5a13
commit
c340258be6
@ -17,4 +17,5 @@ add_project_link_arguments(
|
|||||||
inc = include_directories('.')
|
inc = include_directories('.')
|
||||||
capnhook = subproject('capnhook')
|
capnhook = subproject('capnhook')
|
||||||
|
|
||||||
|
subdir('nu')
|
||||||
subdir('util')
|
subdir('util')
|
||||||
|
13
nu/meson.build
Normal file
13
nu/meson.build
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
nu_lib = static_library(
|
||||||
|
'nu',
|
||||||
|
include_directories : inc,
|
||||||
|
implicit_include_directories : false,
|
||||||
|
c_pch : '../precompiled.h',
|
||||||
|
dependencies : [
|
||||||
|
capnhook.get_variable('hook_dep'),
|
||||||
|
capnhook.get_variable('hooklib_dep'),
|
||||||
|
],
|
||||||
|
sources : [
|
||||||
|
'guid.c',
|
||||||
|
],
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user