Add .git extension to hecl-gui submodule

This commit is contained in:
Jack Andersen 2017-12-27 14:14:28 -10:00
parent 1384197183
commit 06211d092f
2 changed files with 4 additions and 5 deletions

4
.gitmodules vendored
View File

@ -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

View File

@ -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)