X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;h=686c96f3f216295783d33f726343c43d99ee3ad5;hp=6b32f2e5a1814b1a86d849b18424e49111b1ff8c;hb=cd1a1f138ec3a0b1ade92e35e62d43913eb055d1;hpb=fab133f23bdcddd34939600d449627cefdc1a414 diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b32f2e5..686c96f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,9 +34,14 @@ set(QUASSEL_MINOR 11) set(QUASSEL_PATCH 0) set(QUASSEL_VERSION_STRING "0.11-pre") -# Tell CMake about or own stuff +# Tell CMake about or own modules set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake) +# General conveniences +set(CMAKE_AUTOMOC ON) +set(CMAKE_INCLUDE_CURRENT_DIR ON) + +# Moar stuff include(CheckFunctionExists) include(CheckIncludeFile)