Skip to content

Commit

Permalink
Update modules, add arg-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
MCMrARM committed Jun 20, 2018
1 parent 1f5901e commit ec0392f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@
[submodule "mcpelauncher-server"]
path = mcpelauncher-server
url = ../mcpelauncher-server.git
[submodule "arg-parser"]
path = arg-parser
url = ../arg-parser.git
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ else()
set(CMAKE_LIBRARY_ARCHITECTURE "i386-linux-gnu")
endif(APPLE)


include(ext/json.cmake)
include(ext/glfw.cmake)

add_subdirectory(logger)
add_subdirectory(base64)
add_subdirectory(file-util)
add_subdirectory(properties-parser)
add_subdirectory(arg-parser)

add_subdirectory(simple-ipc)
add_subdirectory(daemon-utils/client)
Expand Down
1 change: 1 addition & 0 deletions arg-parser
Submodule arg-parser added at 96c5e2
2 changes: 1 addition & 1 deletion mcpelauncher-client
2 changes: 1 addition & 1 deletion mcpelauncher-common
2 changes: 1 addition & 1 deletion mcpelauncher-core

0 comments on commit ec0392f

Please sign in to comment.