Added missing dependency on boost to core so it can find the boost headers.

This commit is contained in:
Eelke Klein 2017-09-01 10:21:29 +02:00
parent 067fd7d7a2
commit 8dc8c3a86d

View file

@ -8,6 +8,7 @@ add_library(core STATIC
SqlLexer.cpp)
target_link_libraries(core PUBLIC
boost
botan
Qt5::Core
)