From 76eaa73abe7469efaef801a4aec71ab707141758 Mon Sep 17 00:00:00 2001 From: Christian Linke Date: Mon, 3 Nov 2014 19:16:50 +0100 Subject: *make Nodestatemanager fidls work with generator Signed-off-by: Christian Linke --- AudioManagerDaemon/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AudioManagerDaemon/CMakeLists.txt b/AudioManagerDaemon/CMakeLists.txt index e263aea..438c263 100644 --- a/AudioManagerDaemon/CMakeLists.txt +++ b/AudioManagerDaemon/CMakeLists.txt @@ -163,7 +163,7 @@ IF(WITH_NSM) # The ALT_DESTINATION is used as fall back if the DESTINATION directory dosen't contain the sources or you just don't want to use the generator. INCLUDE(CommonAPIGenerator) COMMON_API_GENERATE_SOUCRES(TARGET COMMON_API - FIDLS fidls/NodeStateManager.fdepl # a list with fidls + FIDLS fidls/NodeStateManager.fidl # a list with fidls DESTINATION src-gen # a relative path to the build directory or an absolute path ALT_DESTINATION ${CMAKE_CURRENT_SOURCE_DIR}/src-gen # an alternative relative/absolute path with common-api sources, usually in the source tree DBUS) -- cgit v1.2.1