Build it.

This commit is contained in:
Teo Mrnjavac 2015-11-05 12:33:11 +01:00
parent 4cddd4700e
commit e18186a2c5

View File

@ -25,3 +25,6 @@ add_subdirectory( modules )
# branding components
add_subdirectory( branding )
if( WITH_CRASHREPORTER )
add_subdirectory( crashreporter )
endif()