Added missing dependency on boost to core so it can find the boost headers.
This commit is contained in:
parent
067fd7d7a2
commit
8dc8c3a86d
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ add_library(core STATIC
|
|||
SqlLexer.cpp)
|
||||
|
||||
target_link_libraries(core PUBLIC
|
||||
boost
|
||||
botan
|
||||
Qt5::Core
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue