mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-21 23:48:22 +08: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
@ -68,4 +68,7 @@ IF(UNIX)
|
||||
SET_TARGET_PROPERTIES(UEFIExtract PROPERTIES OUTPUT_NAME uefiextract)
|
||||
ENDIF()
|
||||
|
||||
INSTALL(TARGETS UEFIExtract)
|
||||
INSTALL(
|
||||
TARGETS UEFIExtract
|
||||
RUNTIME DESTINATION bin
|
||||
)
|
||||
|
@ -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…
Reference in New Issue
Block a user