mirror of https://github.com/AxioDL/metaforce.git
Add .git extension to hecl-gui submodule
This commit is contained in:
parent
1384197183
commit
06211d092f
|
@ -19,11 +19,9 @@
|
||||||
[submodule "assetnameparser/tinyxml2"]
|
[submodule "assetnameparser/tinyxml2"]
|
||||||
path = assetnameparser/tinyxml2
|
path = assetnameparser/tinyxml2
|
||||||
url = ../tinyxml2.git
|
url = ../tinyxml2.git
|
||||||
[submodule "hecl-gui"]
|
[submodule "hecl-gui"]
|
||||||
|
|
||||||
path = hecl-gui
|
path = hecl-gui
|
||||||
|
url = ../hecl-gui.git
|
||||||
url = ../hecl-gui
|
|
||||||
[submodule "sanitizers-cmake"]
|
[submodule "sanitizers-cmake"]
|
||||||
path = sanitizers-cmake
|
path = sanitizers-cmake
|
||||||
url = git://github.com/arsenm/sanitizers-cmake.git
|
url = git://github.com/arsenm/sanitizers-cmake.git
|
||||||
|
|
|
@ -101,7 +101,8 @@ if(COMMAND add_sanitizers)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set_target_properties(urde PROPERTIES
|
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)
|
if (NOT WINDOWS_STORE)
|
||||||
add_dependencies(urde visigen hecl)
|
add_dependencies(urde visigen hecl)
|
||||||
|
|
Loading…
Reference in New Issue