From: Segwon Date: Tue, 7 Nov 2017 07:04:04 +0000 (+0900) Subject: cmake: fixed to refer to duplicate source files. X-Git-Tag: submit/tizen_4.0/20171220.125806^2~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2d4b5403cd00e808324def97a8d56800e3a9b4c2;p=platform%2Fcore%2Fapi%2Fperipheral-io.git cmake: fixed to refer to duplicate source files. Change-Id: I076ee08f8af2f1ad4445cbb5fc0bc8e089c182b1 Signed-off-by: Segwon --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 55ed4af..29d9721 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,8 +52,7 @@ SET(SOURCES src/peripheral_gpio.c src/peripheral_gdbus_pwm.c src/peripheral_gdbus_uart.c src/peripheral_gdbus_spi.c - src/peripheral_io_gdbus.c - src/peripheral_spi.c) + src/peripheral_io_gdbus.c) ADD_LIBRARY(${fw_name} SHARED ${SOURCES})