Skip to content

Commit

Permalink
Fix demo install path
Browse files Browse the repository at this point in the history
  • Loading branch information
tishion committed May 25, 2022
1 parent e0bc2db commit ca4cdcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/QCefViewTest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ target_link_libraries(${PROJECT_NAME}

if (OS_MACOS)
# Copy the app to a subfoler named QCefViewTest under install dir
install(DIRECTORY "$<TARGET_BUNDLE_DIR:${PROJECT_NAME}>" DESTINATION "${PROJECT_NAME}$<$<CONFIG:Debug>:/Debug>/${PROJECT_NAME}.app")
install(DIRECTORY "$<TARGET_BUNDLE_DIR:${PROJECT_NAME}>/" DESTINATION "${PROJECT_NAME}$<$<CONFIG:Debug>:/Debug>/${PROJECT_NAME}.app")
else()
install(DIRECTORY "$<TARGET_FILE_DIR:${PROJECT_NAME}>" DESTINATION "${PROJECT_NAME}$<$<CONFIG:Debug>:/Debug>")
install(DIRECTORY "$<TARGET_FILE_DIR:${PROJECT_NAME}>/" DESTINATION "${PROJECT_NAME}$<$<CONFIG:Debug>:/Debug>")
endif()

0 comments on commit ca4cdcb

Please sign in to comment.