1 2 3 4 5 6 7 8 9
add_subdirectory(shared) if(BUILD_VCLIENT) add_subdirectory(client) endif() if(BUILD_VSERVER) add_subdirectory(server) endif()