Make CMake bin2h installable
Working towards making CMake CSE2 cross-compilation-friendly
This commit is contained in:
parent
73b99b6d78
commit
082ffeb04d
1 changed files with 2 additions and 0 deletions
|
@ -29,3 +29,5 @@ if(NOT CMAKE_BUILD_TYPE STREQUAL "Debug")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
install(TARGETS bin2h RUNTIME)
|
||||||
|
|
Loading…
Add table
Reference in a new issue