From 082ffeb04dc375130b341853fac82bf37f120b4e Mon Sep 17 00:00:00 2001 From: Clownacy Date: Sat, 8 Jun 2019 17:43:21 +0000 Subject: [PATCH] Make CMake bin2h installable Working towards making CMake CSE2 cross-compilation-friendly --- bin2h/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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)