X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=CMakeLists.txt;fp=CMakeLists.txt;h=805e2ed8f5ea02c66268eeccf2ec8d1893987afa;hb=9da365ee0060bbc616d39758b6e48cee28abbd07;hp=6af17a3a1decd587e7da4c9459686c2a0eed983a;hpb=b6618ffab8ed4981c57f53929276559698541462;p=project%2Fprocd.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 6af17a3..805e2ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -84,7 +84,9 @@ TARGET_LINK_LIBRARIES(ujail ubox) INSTALL(TARGETS ujail RUNTIME DESTINATION sbin ) +endif() +IF(UTRACE_SUPPORT) ADD_EXECUTABLE(utrace trace/trace.c) TARGET_LINK_LIBRARIES(utrace ubox ${json} blobmsg_json) INSTALL(TARGETS utrace