Skip to content

Commit

Permalink
Initial work on debian package building
Browse files Browse the repository at this point in the history
  • Loading branch information
MCMrARM committed Jul 4, 2018
1 parent 9985b01 commit 1bb8a1a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ add_subdirectory(mcpelauncher-core)
add_subdirectory(mcpelauncher-client)
add_subdirectory(mcpelauncher-server)

install(DIRECTORY ${NATIVES_PATH_DIR}/libs DESTINATION share/mcpelauncher PATTERN "*"
install(DIRECTORY ${NATIVES_PATH_DIR}/libs COMPONENT mcpelauncher-bin-libs DESTINATION share/mcpelauncher PATTERN "*"
PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ WORLD_EXECUTE WORLD_READ)

option(MSA_DAEMON_PATH "Additional paths in which the MSA daemon should be looked in. Relative to the application directory." )
Expand Down
2 changes: 1 addition & 1 deletion eglut
Submodule eglut updated 2 files
+5 −1 CMakeLists.txt
+25 −0 cmake/FindEGL.cmake
2 changes: 1 addition & 1 deletion game-window
2 changes: 1 addition & 1 deletion mcpelauncher-client

0 comments on commit 1bb8a1a

Please sign in to comment.