X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;fp=CMakeLists.txt;h=c0e89babc74071523bf5c605d4922ea2dffb363a;hp=413c46d00d954ebb9e1ed44b3af6487603e026aa;hb=ed5b2ff32158ae72c011eb1228f373cec05cbfeb;hpb=8f2ee00f4edef1693628d3af0bdee84d725eb754 diff --git a/CMakeLists.txt b/CMakeLists.txt index 413c46d0..c0e89bab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -530,3 +530,8 @@ feature_summary(WHAT ALL ##################################################################### add_subdirectory(src) + +# Build tests if so desired +if (BUILD_TESTING) + add_subdirectory(tests) +endif()