X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;h=686c96f3f216295783d33f726343c43d99ee3ad5;hp=fcc9530931f83c2b6d2a255c2cebbd1d3a709b2c;hb=5b43f2776fa53bfe15a5b3b4398dfe3e931d5802;hpb=0de0a17782cf478d638a532f36898197af88e0bc diff --git a/CMakeLists.txt b/CMakeLists.txt index fcc95309..686c96f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,11 +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)