File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ ly_add_target(
52
52
# if enabled, NetSoakTest is used by all kinds of applications
53
53
ly_create_alias(NAME NetSoakTest.Clients NAMESPACE Gem TARGETS Gem::NetSoakTest)
54
54
ly_create_alias(NAME NetSoakTest.Servers NAMESPACE Gem TARGETS Gem::NetSoakTest)
55
+ ly_create_alias(NAME NetSoakTest.Unified NAMESPACE Gem TARGETS Gem::NetSoakTest)
55
56
56
57
################################################################################
57
58
# Gem dependencies
Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ Cloning into 'o3de-netsoaktest'...
43
43
> C:/Path/To/o3de/scripts/o3de.bat register -p C:/Path/To/o3de-netsoaktest
44
44
45
45
# example configure command
46
- > cmake -S C:/Path/To/o3de-netsoaktest -b C:/Path/To/o3de-netsoaktest/build -G " Visual Studio 16 2019 " -DLY_3RDPARTY_PATH=" C:/3rdparty "
46
+ > cmake -S C:/Path/To/o3de-netsoaktest -B C:/Path/To/o3de-netsoaktest/build/windows_vs2019 -G " Visual Studio 16" -DLY_3RDPARTY_PATH=" C:/3rdParty "
47
47
48
48
# example build command
49
- > cmake --build C:/Path/To/o3de-netsoaktest/build --target Editor NetSoakTest.ServerLauncher --configure profile -- /m /nologo
49
+ > cmake --build C:/Path/To/o3de-netsoaktest/build/windows_vs2019 --target Editor NetSoakTest.ServerLauncher --config profile -- /m /nologo
50
50
```
51
51
52
52
##### Linux
@@ -62,7 +62,7 @@ Cloning into 'o3de-netsoaktest'...
62
62
> /path/to/o3de/scripts/o3de.sh register -p /path/to/o3de-netsoaktest
63
63
64
64
# example configure command
65
- > cmake -S /pathto/ o3de-netsoaktest -b /path/to/o3de-netsoaktest/build -G " Ninja Multi-Config" -DLY_3RDPARTY_PATH=" C: /3rdparty" -DCMAKE_C_COMPILER=clang-12 -DCMAKE_CXX_COMPILER=clang++-12
65
+ > cmake -S /path/to/ o3de-netsoaktest -B /path/to/o3de-netsoaktest/build -G " Ninja Multi-Config" -DLY_3RDPARTY_PATH=" /home/user /3rdparty" -DCMAKE_C_COMPILER=clang-12 -DCMAKE_CXX_COMPILER=clang++-12
66
66
67
67
# example build command
68
68
> cmake --build /path/to/o3de-netsoaktest/build --config profile --target Editor NetSoakTest.ServerLauncher
You can’t perform that action at this time.
0 commit comments