Skip to content

Commit

Permalink
Install executable file using cmake rule
Browse files Browse the repository at this point in the history
This change will help to use downstream's debian packaging files
  • Loading branch information
rzr committed Dec 16, 2019
1 parent ce08f41 commit 94a21cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ set(SOURCE_FILES

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

0 comments on commit 94a21cc

Please sign in to comment.