From f494c08ef20ea0057604e6f867ac439ccc088864 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 12 May 2015 09:25:35 +0100 Subject: Fix typo s/SOUCRES/SOURCES/g --- AudioManagerDaemon/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AudioManagerDaemon') diff --git a/AudioManagerDaemon/CMakeLists.txt b/AudioManagerDaemon/CMakeLists.txt index e263aea..d62d2f8 100644 --- a/AudioManagerDaemon/CMakeLists.txt +++ b/AudioManagerDaemon/CMakeLists.txt @@ -162,7 +162,7 @@ IF(WITH_NSM) # The sources can be placed in the build directory (DESTINATION) or in the source tree (ALT_DESTINATION). # 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 +COMMON_API_GENERATE_SOURCES(TARGET COMMON_API FIDLS fidls/NodeStateManager.fdepl # 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 -- cgit v1.2.1