Skip to content

Commit

Permalink
Update subrepos (Mac support, fixes), fix game-window compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
MCMrARM committed Jul 9, 2018
1 parent 1bb8a1a commit 3e62fa8
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 15 deletions.
14 changes: 8 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ endif()

include(ext/json.cmake)

include(game-window/BuildSettings.cmake)
if (GAMEWINDOW_SYSTEM STREQUAL "EGLUT")
add_subdirectory(eglut)
add_subdirectory(linux-gamepad)
elseif (GAMEWINDOW_SYSTEM STREQUAL "GLFW")
include(ext/glfw.cmake)
endif()

if (APPLE)
add_subdirectory(osx-elf-header)
add_subdirectory(epoll-shim)
Expand All @@ -45,12 +53,6 @@ add_subdirectory(msa-daemon-client)
add_subdirectory(libhybris)
add_subdirectory(file-picker)
add_subdirectory(game-window)
if (GAMEWINDOW_SYSTEM STREQUAL "EGLUT")
add_subdirectory(eglut)
add_subdirectory(linux-gamepad)
elseif (GAMEWINDOW_SYSTEM STREQUAL "GLFW")
include(ext/glfw.cmake)
endif()

add_subdirectory(cll-telemetry)

Expand Down
2 changes: 1 addition & 1 deletion base64
2 changes: 1 addition & 1 deletion cll-telemetry
2 changes: 1 addition & 1 deletion daemon-utils
2 changes: 1 addition & 1 deletion epoll-shim
Submodule epoll-shim updated 2 files
+35 −138 src/epoll.c
+1,257 −0 test/epoll-test.c
2 changes: 1 addition & 1 deletion game-window
2 changes: 1 addition & 1 deletion libhybris
2 changes: 1 addition & 1 deletion mcpelauncher-core
2 changes: 1 addition & 1 deletion minecraft-symbols

0 comments on commit 3e62fa8

Please sign in to comment.