fixed tests build

This commit is contained in:
Blue 2023-03-26 21:42:52 +03:00
parent 763d956bf8
commit c83369f347
Signed by: blue
GPG key ID: 9B203B252A63EE38
2 changed files with 8 additions and 7 deletions

View file

@ -16,7 +16,8 @@ target_link_libraries(
runUnitTests
GTest::gtest_main
${PROJECT_NAME}
Qt${QT_VERSION_MAJOR}::Core
lmdb
)
include(GoogleTest)
gtest_discover_tests(runUnitTests)