diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 497d173a2..ff08b6ae5 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -25,3 +25,6 @@ add_subdirectory( modules ) # branding components add_subdirectory( branding ) +if( WITH_CRASHREPORTER ) + add_subdirectory( crashreporter ) +endif()