cmake: avoid de-duplication of user's CXXFLAGS
[quassel.git] / cmake / QuasselMacros.cmake
2022-02-13 Mike Gilbertcmake: avoid de-duplication of user's CXXFLAGS master
2022-01-01 Manuel Nickschassrc: Yearly copyright bump
2021-01-04 Manuel Nickschascmake: Modernize (and fix) deployment on macOS
2020-03-15 Manuel Nickschassrc: Yearly copyright bump
2019-08-04 Rafael Kitovercmake: fix build on MSYS2
2019-05-31 Rafael Kitovercmake: Add ENABLE_SHARED option, default ON
2019-01-24 Manuel Nickschassrc: Yearly copyright bump
2018-11-18 Manuel Nickschascmake: Consolidate compile settings
2018-11-18 Manuel Nickschastest: Introduce Quassel::Test::Global library
2018-11-18 Manuel Nickschastest: Add build system support and a main function...
2018-11-18 Manuel Nickschascmake: Build shared libraries (DLLs) on Windows
2018-11-18 Manuel Nickschascmake: Support generation of export headers
2018-11-18 Manuel Nickschascmake: Link resources statically, and init locally
2018-11-18 Manuel Nickschascmake: Add support for static libs to quassel_add_module
2018-11-18 Manuel Nickschascmake: Build shared libraries
2018-11-18 Manuel Nickschascmake: Modernize compile settings; require C++14
2018-11-18 Manuel Nickschascmake: Modernize translation generation
2018-11-18 Manuel Nickschascmake: Add support for generating .qrc files
2018-11-18 Manuel Nickschascmake: Modernize use of Qt Linguist Tools
2018-11-18 Manuel Nickschascmake: Modernize build system
2018-11-18 Manuel Nickschascmake: Remove build system support for Qt4/KDE4
2018-05-03 Manuel Nickschascmake: Fix build with Qt 5.11
2014-03-26 Manuel NickschasMerge pull request #64 from TheOneRing/warnings
2014-03-20 Manuel NickschasImprove the CMake option stuff
2014-03-20 Manuel NickschasOops, left in some debug stuff...
2014-03-20 Manuel NickschasMerge pull request #54 from Bombe/issue-1227
2014-03-19 Manuel NickschasSimplify handling of (dual-)Qt in the build system
2014-03-17 Manuel NickschasMove all CMake scripts one level up