Skip to content

Commit

Permalink
MSA fixes & improvements; allow to set additional paths to look for the
Browse files Browse the repository at this point in the history
MSA daemon
  • Loading branch information
MCMrARM committed Jul 1, 2018
1 parent b8b54ce commit 237107a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,8 @@ add_subdirectory(mcpelauncher-core)
add_subdirectory(mcpelauncher-client)
add_subdirectory(mcpelauncher-server)


option(MSA_DAEMON_PATH "Additional paths in which the MSA daemon should be looked in. Relative to the application directory." )
if (MSA_DAEMON_PATH)
target_compile_definitions(mcpelauncher-client PRIVATE -DMSA_DAEMON_PATH="${MSA_DAEMON_PATH}")
endif()
2 changes: 1 addition & 1 deletion daemon-utils
2 changes: 1 addition & 1 deletion mcpelauncher-client

0 comments on commit 237107a

Please sign in to comment.