Skip to content

Commit

Permalink
cmake: Install executable file
Browse files Browse the repository at this point in the history
Forwarded: #34
Signed-off-by: RzR <rzr@users.sf.net>
  • Loading branch information
rzr committed Dec 16, 2019
1 parent ce08f41 commit e7ad4a6
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 e7ad4a6

Please sign in to comment.