From: György Straub Date: Tue, 22 Dec 2020 09:19:41 +0000 (+0000) Subject: Fixed the libdir that dali-scene-loader's CMakeLists.txt uses. X-Git-Tag: dali_2.0.7~10 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=commitdiff_plain;h=5109cf2f57de0f566eacc71218c2d533a117e7f9;ds=sidebyside Fixed the libdir that dali-scene-loader's CMakeLists.txt uses. This fixes the Tizen 64 build. Change-Id: I796aceed451cb0f900ff56b006434c9e8f8a5565 --- diff --git a/build/tizen/dali-scene-loader/CMakeLists.txt b/build/tizen/dali-scene-loader/CMakeLists.txt index 887b2a5..2e2cc38 100644 --- a/build/tizen/dali-scene-loader/CMakeLists.txt +++ b/build/tizen/dali-scene-loader/CMakeLists.txt @@ -144,7 +144,7 @@ if( ANDROID ) target_link_libraries(${name} log) endif() -install(TARGETS ${name} DESTINATION ${prefix}/lib) +install(TARGETS ${name} DESTINATION ${LIB_DIR}) file(GLOB scene_loader_include_files ${scene_loader_public_api_dir}) install(DIRECTORY ${scene_loader_include_files}