small build adjustments
All checks were successful
Main LMDBAL workfow / Archlinux (push) Successful in 41s

This commit is contained in:
Blue 2024-02-01 13:05:49 -03:00
parent 79240aa535
commit d62eddc47e
Signed by: blue
GPG key ID: 9B203B252A63EE38
3 changed files with 13 additions and 6 deletions

View file

@ -14,7 +14,6 @@ add_executable(runUnitTests
target_compile_options(runUnitTests PRIVATE -fPIC -Wall -Wextra -O0)
target_include_directories(runUnitTests PRIVATE ${CMAKE_SOURCE_DIR}/src)
target_include_directories(runUnitTests PRIVATE ${Qt${QT_VERSION_MAJOR}_INCLUDE_DIRS})
target_include_directories(runUnitTests PRIVATE ${Qt${QT_VERSION_MAJOR}Core_INCLUDE_DIRS})