1
0
Fork 0
forked from blue/lmdbal

builds with different names to coexist

This commit is contained in:
Blue 2024-12-03 19:36:07 +02:00
parent 649d967963
commit 7aaab5e807
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
6 changed files with 45 additions and 42 deletions

View file

@ -20,7 +20,7 @@ target_include_directories(runUnitTests PRIVATE ${Qt${QT_VERSION_MAJOR}Core_INCL
target_link_libraries(
runUnitTests
GTest::gtest_main
${PROJECT_NAME}
${LMDBAL_NAME}
Qt${QT_VERSION_MAJOR}::Core
)
include(GoogleTest)