Minor change to CMake configuration.

This commit is contained in:
Julian Frohmüller
2022-11-01 10:42:02 +01:00
parent fd05bb3f7f
commit b352876e33
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ target_link_libraries(opensuperclone ${LIBUSB_LIBRARIES})
target_compile_options(opensuperclone PRIVATE ${CC_OPTIONS})
# Install executable
install(TARGETS opensuperclone)
install(TARGETS opensuperclone RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
# Install script files
install(DIRECTORY ${CMAKE_SOURCE_DIR}/res/oscscripts
+1 -1
View File
@@ -36,7 +36,7 @@ endif()
target_compile_options(oscviewer PRIVATE ${CC_OPTIONS})
# Install executable
install(TARGETS oscviewer)
install(TARGETS oscviewer RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
# Install language files
install(DIRECTORY ${CMAKE_SOURCE_DIR}/res/oscviewer