diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-04-05 14:47:12 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-04-05 15:37:52 +0200 |
commit | 5200d7022b34c0be646ae92de8c638c9437c7072 (patch) | |
tree | df5231709c2be361f07a9332c53beadedb86d3fe /CMakeLists.txt | |
parent | 7effe02be236921437fb77d8fbeb21eb62e35939 (diff) |
Add permission subsystem
Change-Id: I0bbbf55832faf6413dd6147174934d0d4dc5277d
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
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 c5a1e7e0..28fc1e7b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,6 +35,7 @@ INCLUDE(FindPkgConfig) INCLUDE(CheckIncludeFiles) INCLUDE(CheckLibraryExists) INCLUDE(GNUInstallDirs) +INCLUDE(CTest) ########################################################################### |