mirror of
https://github.com/correl/mercenary.git
synced 2024-11-14 19:19:32 +00:00
Add boost to the include path
This commit is contained in:
parent
17e73fa9dc
commit
240cbd3c2e
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ find_package (Qt4 REQUIRED)
|
|||
set (QT_DONT_USE_QTGUI TRUE)
|
||||
set (QT_USE_QTNETWORK TRUE)
|
||||
find_package (Boost REQUIRED)
|
||||
include_directories(${Boost_INCLUDE_DIRS})
|
||||
|
||||
include (${QT_USE_FILE})
|
||||
set (LIBS ${QT_LIBRARIES})
|
||||
|
|
Loading…
Reference in a new issue