From: mk5004.lee Date: Wed, 6 Nov 2019 00:12:06 +0000 (+0900) Subject: Fix build break for test-app X-Git-Tag: submit/tizen/20191112.051337~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e471ab36023dc984cb7b69cedcde9a2246ce0774;p=platform%2Fcore%2Fapi%2Fnotification.git Fix build break for test-app Change-Id: Ifa089d60f62e41fd8f058bf43c75edf694c8ca69 Signed-off-by: mk5004.lee --- diff --git a/notification/test-app/CMakeLists.txt b/notification/test-app/CMakeLists.txt index 458ad386..1797f18e 100644 --- a/notification/test-app/CMakeLists.txt +++ b/notification/test-app/CMakeLists.txt @@ -20,11 +20,11 @@ SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wl,--gc-sections -fPIC") ########################################################## SET(TEST-APP-SRCS - ${CMAKE_SOURCE_DIR}/test-app/main.c + ${CMAKE_SOURCE_DIR}/notification/test-app/main.c ) INCLUDE_DIRECTORIES( - ${CMAKE_SOURCE_DIR}/include + ${CMAKE_SOURCE_DIR}/notification/include ) INCLUDE(FindPkgConfig)