mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-15 16:59:18 +01:00
rename CopyDataIntoBundle target name to avoid wx/qt conflict
This commit is contained in:
parent
19dabee326
commit
688b1e537e
@ -83,7 +83,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
|||||||
COMMAND ln -nfs ${CMAKE_SOURCE_DIR}/Data/Sys ${BUNDLE_PATH}/Contents/Resources/Sys
|
COMMAND ln -nfs ${CMAKE_SOURCE_DIR}/Data/Sys ${BUNDLE_PATH}/Contents/Resources/Sys
|
||||||
VERBATIM
|
VERBATIM
|
||||||
)
|
)
|
||||||
add_custom_target(CopyDataIntoBundle ALL
|
add_custom_target(CopyDataIntoBundleQt ALL
|
||||||
DEPENDS ${BUNDLE_PATH}/Contents/Resources/Sys
|
DEPENDS ${BUNDLE_PATH}/Contents/Resources/Sys
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
@ -181,7 +181,7 @@ elseif(wxWidgets_FOUND)
|
|||||||
COMMAND ln -nfs ${CMAKE_SOURCE_DIR}/Data/Sys ${BUNDLE_PATH}/Contents/Resources/Sys
|
COMMAND ln -nfs ${CMAKE_SOURCE_DIR}/Data/Sys ${BUNDLE_PATH}/Contents/Resources/Sys
|
||||||
VERBATIM
|
VERBATIM
|
||||||
)
|
)
|
||||||
add_custom_target(CopyDataIntoBundle ALL
|
add_custom_target(CopyDataIntoBundleWx ALL
|
||||||
DEPENDS ${BUNDLE_PATH}/Contents/Resources/Sys
|
DEPENDS ${BUNDLE_PATH}/Contents/Resources/Sys
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
@ -219,7 +219,7 @@ elseif(wxWidgets_FOUND)
|
|||||||
${CMAKE_SOURCE_DIR}/Data/Sys
|
${CMAKE_SOURCE_DIR}/Data/Sys
|
||||||
VERBATIM
|
VERBATIM
|
||||||
)
|
)
|
||||||
add_custom_target(CopyTranslationsIntoBundle ALL
|
add_custom_target(CopyTranslationsIntoBundleWx ALL
|
||||||
DEPENDS ${BUNDLE_PATH}/Contents/Resources/en.lproj
|
DEPENDS ${BUNDLE_PATH}/Contents/Resources/en.lproj
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user