CMakeLists tweaks: add STATIC, fix build on Gentoo + basic .gitignore #43

Closed
vae wants to merge 3 commits from vae-build-fix into messageFeed
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e1ad016bb5 - Show all commits

View File

@ -8,7 +8,7 @@ set(CMAKE_AUTOUIC ON)
# Find the QtWidgets library # Find the QtWidgets library
find_package(Qt5 CONFIG REQUIRED COMPONENTS Widgets DBus Core) find_package(Qt5 CONFIG REQUIRED COMPONENTS Widgets DBus Core)
find_package(Boost 1.36.0 CONFIG REQUIRED COMPONENTS find_package(Boost 1.36.0 REQUIRED COMPONENTS
date_time filesystem iostreams) date_time filesystem iostreams)
if(Boost_FOUND) if(Boost_FOUND)
include_directories(${Boost_INCLUDE_DIRS}) include_directories(${Boost_INCLUDE_DIRS})