Skip to content

Commit 2df05cc

Browse files
rzrmborgerson
authored andcommitted
Install executable file using cmake rule
This change will help to use downstream's debian packaging files
1 parent ce08f41 commit 2df05cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ set(SOURCE_FILES
88

99
add_executable(extract-xiso ${SOURCE_FILES})
1010
target_compile_definitions(extract-xiso PRIVATE ${TARGET_OS})
11+
install(TARGETS extract-xiso RUNTIME DESTINATION "${INSTALL_PREFIX}/bin")

0 commit comments

Comments
 (0)