X-Git-Url: https://git.librecmc.org/?p=oweals%2Fucert.git;a=blobdiff_plain;f=CMakeLists.txt;fp=CMakeLists.txt;h=c86c3bf7fe3f45c51f0e31e42d277d6a52bb9686;hp=5b6331280fa0080aa427b5d24cc1a85fab3e9612;hb=ca6d1ffd41f20fdaea517dd74492bbf2f635c859;hpb=5c506322f00dcbaa596f90ebe128c12a57093106 diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b63312..c86c3bf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,6 +7,6 @@ SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "") find_library(json NAMES json-c json) -ADD_EXECUTABLE(ucert ucert.c) +ADD_EXECUTABLE(ucert ucert.c usign-exec.c) TARGET_LINK_LIBRARIES(ucert ubox blobmsg_json ${json}) INSTALL(TARGETS ucert RUNTIME DESTINATION bin)