X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=ucs2-interface%2FCMakeLists.txt;h=bcf30694aa779f4c63eec54665928f50b9b3d02b;hb=refs%2Fheads%2Fkoi;hp=8cd797c7d14c462d4778acf8e737934817d6fec9;hpb=81e5dad8294f20c3cb69383d0a6e8b04c3579094;p=apps%2Fagl-service-unicens.git diff --git a/ucs2-interface/CMakeLists.txt b/ucs2-interface/CMakeLists.txt index 8cd797c..bcf3069 100644 --- a/ucs2-interface/CMakeLists.txt +++ b/ucs2-interface/CMakeLists.txt @@ -22,15 +22,13 @@ PROJECT_TARGET_ADD(ucs2-inter) # Define targets ADD_LIBRARY(ucs2-inter STATIC ucs_lib_interf.c ucs-xml/UcsXml.c ucs-xml/UcsXml_Private.c) - # Library properties SET_TARGET_PROPERTIES(ucs2-inter PROPERTIES OUTPUT_NAME ucs2interface) # Depends on Unicens2 lib - TARGET_LINK_LIBRARIES(ucs2-inter ucs2-lib mxml) + TARGET_LINK_LIBRARIES(ucs2-inter ucs2-lib) # Define includes TARGET_INCLUDE_DIRECTORIES(ucs2-inter PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} - INTERFACE mxml )