ref: 082ffeb04dc375130b341853fac82bf37f120b4e
parent: 73b99b6d78ee97781af3734d96bb7a24c9e85d8e
author: Clownacy <Clownacy@users.noreply.github.com>
date: Sat Jun 8 13:43:21 EDT 2019
Make CMake bin2h installable Working towards making CMake CSE2 cross-compilation-friendly
--- a/bin2h/CMakeLists.txt
+++ b/bin2h/CMakeLists.txt
@@ -29,3 +29,5 @@
endif()
endif()
endif()
+
+install(TARGETS bin2h RUNTIME)