mirror of
https://github.com/ISpillMyDrink/OpenSuperClone.git
synced 2026-09-26 03:55:34 +00:00
Minor change to CMake configuration.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user