We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce08f41 commit 2df05ccCopy full SHA for 2df05cc
CMakeLists.txt
@@ -8,3 +8,4 @@ set(SOURCE_FILES
8
9
add_executable(extract-xiso ${SOURCE_FILES})
10
target_compile_definitions(extract-xiso PRIVATE ${TARGET_OS})
11
+install(TARGETS extract-xiso RUNTIME DESTINATION "${INSTALL_PREFIX}/bin")
0 commit comments