X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=CMakeLists.txt;h=bceda8abd444bf0667b625a8dfa509a990a3175c;hb=bcaa23068bbe91f159a01f16cbbf8653c15098cb;hp=edbe3ef7b9f798349904ffb9705fc75ae2c316b1;hpb=542379999dca1f7f04839360909bcf54dc6d13c2;p=framework%2Fosp%2Fweb.git diff --git a/CMakeLists.txt b/CMakeLists.txt index edbe3ef..bceda8a 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -117,6 +117,7 @@ TARGET_LINK_LIBRARIES(${this_target} "-losp-image" ) TARGET_LINK_LIBRARIES(${this_target} "-losp-media" ) TARGET_LINK_LIBRARIES(${this_target} "-losp-net" ) TARGET_LINK_LIBRARIES(${this_target} "-lecore" ) +TARGET_LINK_LIBRARIES(${this_target} "-lecore_x" ) TARGET_LINK_LIBRARIES(${this_target} "-lecore_imf" ) TARGET_LINK_LIBRARIES(${this_target} "-lecore_imf_evas" ) TARGET_LINK_LIBRARIES(${this_target} "-lelementary" )