mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-09 13:52:01 -04:00
Fix the issue with CMake install for UEFIExtract and UEFIFind
Trying to fix the issue with CMake install #2
This commit is contained in:
parent
633561adbf
commit
c4ed9c310d
2 changed files with 8 additions and 2 deletions
|
@ -67,4 +67,7 @@ IF(UNIX)
|
|||
SET_TARGET_PROPERTIES(UEFIFind PROPERTIES OUTPUT_NAME uefifind)
|
||||
ENDIF()
|
||||
|
||||
INSTALL(TARGETS UEFIFind)
|
||||
INSTALL(
|
||||
TARGETS UEFIFind
|
||||
RUNTIME DESTINATION bin
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue