Enable network information support plugins for static builds

This commit is contained in:
Martchus 2024-02-15 21:52:35 +01:00
parent 30fa37f048
commit f7a1782ba4
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ set(META_VERSION_PATCH 0)
set(META_RELEASE_DATE "2024-02-06")
set(META_SOVERSION 13)
set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION ON)
set(NETWORK_INFORMATION_SUPPORT ON)
project(${META_PROJECT_NAME})
enable_testing()