diff --git a/bin2h/CMakeLists.txt b/bin2h/CMakeLists.txt index f2b1ce9d..79713c55 100644 --- a/bin2h/CMakeLists.txt +++ b/bin2h/CMakeLists.txt @@ -29,3 +29,5 @@ if(NOT CMAKE_BUILD_TYPE STREQUAL "Debug") endif() endif() endif() + +install(TARGETS bin2h RUNTIME)