From 9cf4f4be1a5457158e13632a7105d86a3730144b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 11 Jan 2012 13:02:03 -0600 Subject: Add an option to build the crashtest program --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index f4d11ac16..a84947806 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -129,6 +129,7 @@ option( BUILD_KXKB "Build kxkb" ${BUILD_ALL} ) option( BUILD_TSAK "Build tsak" ${BUILD_ALL} ) option( BUILD_KROOTBACKING "Build krootbacking" ${BUILD_ALL} ) option( BUILD_TQT3INTEGRATION "Build tqt3integration" ${BUILD_ALL} ) +option( BUILD_CRASHTEST "Build crash test program" ${BUILD_ALL} ) ##### set PKG_CONFIG_PATH ####################### -- cgit v1.2.3