diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2017-10-25 11:08:26 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2017-10-30 04:50:42 +0000 |
commit | 61cd1aaf0fb4e1c4ba3628132cce84da703381bb (patch) | |
tree | ccbbaf50a76d34b60635dc112904afc4cdcb663f /CMakeLists.txt | |
parent | 2c12f6adf557af5812374b6067c017b42c91650a (diff) |
Install dbus configuration
dbus configuration was installed by recipe
This patch enables it to be installed by CMake
Change-Id: I5753c6b79f79498c55abb66c2b7a7ac757869989
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
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 e456ade..b7be72e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,3 +34,4 @@ set(CMAKE_BUILD_TYPE Debug) add_definitions(-DDEBUGMODE) add_subdirectory(src) +add_subdirectory(conf) |