Skip to content

Commit

Permalink
ui
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed Sep 13, 2023
1 parent 7fcbcf0 commit a49817f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lcUI/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ if (MSVC)
install(TARGETS librecad DESTINATION "${FINAL_INSTALL_DIR}")
install(DIRECTORY "${CMAKE_SOURCE_DIR}/build/bin/lcUI/ui" DESTINATION "lcUI")
else()
install(DIRECTORY "${CMAKE_SOURCE_DIR}/lcUI/ui" DESTINATION "usr/share/librecad/lcUI")
install(DIRECTORY "${CMAKE_SOURCE_DIR}/lcUI/ui" DESTINATION "${CMAKE_INSTALL_DATADIR}/lcUI")
endif()
file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/default_ui_settings.json" DESTINATION "${SETTINGS_PATH}")
file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/settings_schema.json" DESTINATION "${SETTINGS_PATH}")
Expand Down

0 comments on commit a49817f

Please sign in to comment.