mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 13:16:39 +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:
@@ -819,4 +819,5 @@ if(EQEMU_BUILD_PCH)
|
||||
set_source_files_properties("patches/sod.cpp" "patches/sof.cpp" "patches/rof.cpp" "patches/rof2.cpp" "patches/uf.cpp" PROPERTIES SKIP_PRECOMPILE_HEADERS ON)
|
||||
endif()
|
||||
|
||||
set(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
|
||||
set(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
|
||||
set_property(TARGET common PROPERTY FOLDER libraries)
|
||||
|
||||
Reference in New Issue
Block a user