Make CMake bin2h installable

Working towards making CMake CSE2 cross-compilation-friendly
This commit is contained in:
Clownacy 2019-06-08 17:43:21 +00:00
parent 73b99b6d78
commit 082ffeb04d

View file

@ -29,3 +29,5 @@ if(NOT CMAKE_BUILD_TYPE STREQUAL "Debug")
endif() endif()
endif() endif()
endif() endif()
install(TARGETS bin2h RUNTIME)