mirror of https://github.com/AxioDL/metaforce.git
Add .git extension to hecl-gui submodule
This commit is contained in:
parent
1384197183
commit
06211d092f
|
@ -20,10 +20,8 @@
|
|||
path = assetnameparser/tinyxml2
|
||||
url = ../tinyxml2.git
|
||||
[submodule "hecl-gui"]
|
||||
|
||||
path = hecl-gui
|
||||
|
||||
url = ../hecl-gui
|
||||
url = ../hecl-gui.git
|
||||
[submodule "sanitizers-cmake"]
|
||||
path = sanitizers-cmake
|
||||
url = git://github.com/arsenm/sanitizers-cmake.git
|
||||
|
|
|
@ -101,7 +101,8 @@ if(COMMAND add_sanitizers)
|
|||
endif()
|
||||
|
||||
set_target_properties(urde PROPERTIES
|
||||
MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/platforms/mac/Info.plist")
|
||||
MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/platforms/mac/Info.plist"
|
||||
MACOSX_BUNDLE_BUNDLE_NAME "URDE")
|
||||
|
||||
if (NOT WINDOWS_STORE)
|
||||
add_dependencies(urde visigen hecl)
|
||||
|
|
Loading…
Reference in New Issue