X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=build%2Ftizen%2Fprofiles%2Fwearable-profile.cmake;h=70db0ba06bd6133fb30895d923cb0a4b4a556559;hb=3f325b533aa7faafbaa8758e5b5b09ba82bdf947;hp=b7cae78855736e5268c3d94627b5eb665bab5831;hpb=e83820eb752f8fccb73fef7f3d4771116a743f7e;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/build/tizen/profiles/wearable-profile.cmake b/build/tizen/profiles/wearable-profile.cmake index b7cae78..70db0ba 100644 --- a/build/tizen/profiles/wearable-profile.cmake +++ b/build/tizen/profiles/wearable-profile.cmake @@ -77,14 +77,18 @@ ENDIF() IF( ENABLE_NETWORK_LOGGING ) SET( SOURCES ${SOURCES} - ${adaptor_performance_logging_src_files} - ) + ${adaptor_performance_logging_src_files} + ) ENDIF() -IF( ENABLE_TRACE ) +IF( ENABLE_TRACE_STREAMLINE ) SET( SOURCES ${SOURCES} - ${adaptor_trace_tizen_src_files} - ) + ${adaptor_trace_tizen_streamline_src_files} + ) +ELSEIF( ENABLE_TRACE ) + SET( SOURCES ${SOURCES} + ${adaptor_trace_tizen_src_files} + ) ENDIF() IF( COMPONENT_APPLICATION_SUPPORT )