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:
brainiac
2025-12-16 20:30:47 -08:00
parent f320a3f286
commit 5354b3d94a
13 changed files with 21 additions and 3 deletions
+1
View File
@@ -46,3 +46,4 @@ if(UNIX)
endif()
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
set_property(TARGET tests PROPERTY FOLDER executables/tests)