mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Include lmdb header
This commit is contained in:
parent
b1c7e58585
commit
368e891ecd
1 changed files with 2 additions and 0 deletions
|
@ -178,6 +178,8 @@ set(MATRIX_EVENTS
|
|||
src/events/messages/Video.cc
|
||||
)
|
||||
|
||||
include_directories(${LMDB_INCLUDE_DIR})
|
||||
|
||||
include_directories(include)
|
||||
include_directories(include/ui)
|
||||
include_directories(include/events)
|
||||
|
|
Loading…
Reference in a new issue