diff --git a/tools/json2cbor/CMakeLists.txt b/tools/json2cbor/CMakeLists.txt index 41892a3f..a8731144 100644 --- a/tools/json2cbor/CMakeLists.txt +++ b/tools/json2cbor/CMakeLists.txt @@ -6,4 +6,5 @@ if(LIBCJSON_FOUND) tinycbor_add_executable(json2cbor json2cbor.c) target_include_directories(json2cbor SYSTEM PUBLIC ${LIBCJSON_INCLUDE_DIRS}) target_link_libraries(json2cbor ${LIBCJSON_LIBRARIES}) + install(TARGETS json2cbor) endif()