diff --git a/bin2h/CMakeLists.txt b/bin2h/CMakeLists.txt index 79713c55..bca86b88 100644 --- a/bin2h/CMakeLists.txt +++ b/bin2h/CMakeLists.txt @@ -30,4 +30,4 @@ if(NOT CMAKE_BUILD_TYPE STREQUAL "Debug") endif() endif() -install(TARGETS bin2h RUNTIME) +install(TARGETS bin2h RUNTIME DESTINATION bin)