diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index d129eb9..3efc4be 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,8 +1,9 @@ add_executable( test_connection test_connection.cpp) -add_executable( - test_flat - test_flat.c) target_link_libraries(test_connection GameNetworkingSockets) -target_link_libraries(test_flat GameNetworkingSockets) + +#add_executable( +# test_flat +# test_flat.c) +#target_link_libraries(test_flat GameNetworkingSockets) diff --git a/tests/meson.build b/tests/meson.build index b0104c4..b6bd579 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -40,9 +40,9 @@ executable('test_connection', cpp_args: cxx_flags ) -incdirs = include_directories('../include') -executable('test_flat', - 'test_flat.c', - dependence: dependencies, - include_directories: incdirs -) +#incdirs = include_directories('../include') +#executable('test_flat', +# 'test_flat.c', +# dependence: dependencies, +# include_directories: incdirs +#)