diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2014-03-28 22:01:50 +0200 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2014-03-28 22:01:50 +0200 |
commit | 5af4bdf1e68544bcf15cdf04febff30765517b60 (patch) | |
tree | c5ecb8de2d08d1f577171f1c953ad739e0f3e0f0 /CMakeLists.txt | |
parent | ae23d48579b74d45d1fbffa219ca28bfb0fbce10 (diff) | |
parent | c4a8bf3631035890a5d3517bfa15f31e9b0492bf (diff) | |
download | bemenu-5af4bdf1e68544bcf15cdf04febff30765517b60.tar.gz bemenu-5af4bdf1e68544bcf15cdf04febff30765517b60.tar.bz2 bemenu-5af4bdf1e68544bcf15cdf04febff30765517b60.zip |
Merge branch 'dev/tests' into develop
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index db0851d..65e2b3b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,6 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8) PROJECT(bemenu) +INCLUDE(CTest) SET(BEMENU_NAME "bemenu") SET(BEMENU_DESCRIPTION "Dynamic menu library and client program inspired by dmenu") SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${chck_SOURCE_DIR}/CMake/modules) |