From: Simon Schmeisser Date: Sat, 1 May 2021 16:55:37 +0000 (+0200) Subject: add the /inc folder as an include path at build time X-Git-Tag: submit/tizen/20210531.030446~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=141e675a586ea520a2b5c264886e1f88e87ef681;p=platform%2Fcore%2Fuifw%2Flottie-player.git add the /inc folder as an include path at build time Change-Id: I496fb88a3a11e23da1c560ff93347f6c95720ab1 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 593276a..38a9862 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,6 +41,7 @@ set(LOTTIE_MODULE_PATH "${CMAKE_SHARED_LIBRARY_PREFIX}rlottie-image-loader${CMAK configure_file(${CMAKE_CURRENT_LIST_DIR}/cmake/config.h.in config.h) target_include_directories(rlottie + PUBLIC $ PRIVATE "${CMAKE_CURRENT_BINARY_DIR}" )