mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +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:
@@ -23,6 +23,8 @@ project(EQEmu
|
||||
LANGUAGES CXX
|
||||
)
|
||||
|
||||
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
|
||||
|
||||
#explicitly set CMP0167 for Find Boost
|
||||
if(POLICY CMP0167)
|
||||
cmake_policy(SET CMP0167 NEW)
|
||||
|
||||
Reference in New Issue
Block a user