mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
cmake: add project folders
- Add static libraries to "libraries" folder - Add servers to "executables/servers" folder - Add tools to "executables/tools" folder - Add tests to "executables/tests" folder - Add contrib projects to "contrib" folder
This commit is contained in:
@@ -103,4 +103,5 @@ endif()
|
||||
|
||||
install(TARGETS world RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
|
||||
|
||||
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
|
||||
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
|
||||
set_property(TARGET world PROPERTY FOLDER executables/servers)
|
||||
|
||||
Reference in New Issue
Block a user