meson: Add idep_getopt for tests
There are quite a few tests that require getopt, when using MSVC we need to use the bundled version of getopt since there isn't a system version. Acked-by: Kristian H. Kristensen <hoegsberg@google.com>
This commit is contained in:
@@ -58,7 +58,7 @@ libglcpp = static_library(
|
||||
glcpp = executable(
|
||||
'glcpp',
|
||||
'glcpp.c',
|
||||
dependencies : [dep_m],
|
||||
dependencies : [dep_m, idep_getopt],
|
||||
include_directories : [inc_common],
|
||||
link_with : [libglcpp, libglsl_util],
|
||||
c_args : [c_vis_args, no_override_init_args, c_msvc_compat_args],
|
||||
|
||||
Reference in New Issue
Block a user