Skip to content

Commit 115a487

Browse files
committed
Merge remote-tracking branch 'upstream/stabilization/2305' into cgalvan/gitflow_230501_o3de-netsoaktest
Signed-off-by: Chris Galvan <[email protected]>
2 parents 19bcf79 + 1d71f18 commit 115a487

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Gem/Code/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ ly_add_target(
5252
# if enabled, NetSoakTest is used by all kinds of applications
5353
ly_create_alias(NAME NetSoakTest.Clients NAMESPACE Gem TARGETS Gem::NetSoakTest)
5454
ly_create_alias(NAME NetSoakTest.Servers NAMESPACE Gem TARGETS Gem::NetSoakTest)
55+
ly_create_alias(NAME NetSoakTest.Unified NAMESPACE Gem TARGETS Gem::NetSoakTest)
5556

5657
################################################################################
5758
# Gem dependencies

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ Cloning into 'o3de-netsoaktest'...
4343
> C:/Path/To/o3de/scripts/o3de.bat register -p C:/Path/To/o3de-netsoaktest
4444

4545
# 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"
4747

4848
# 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
5050
```
5151

5252
##### Linux
@@ -62,7 +62,7 @@ Cloning into 'o3de-netsoaktest'...
6262
> /path/to/o3de/scripts/o3de.sh register -p /path/to/o3de-netsoaktest
6363

6464
# 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
6666

6767
# example build command
6868
> cmake --build /path/to/o3de-netsoaktest/build --config profile --target Editor NetSoakTest.ServerLauncher

0 commit comments

Comments
 (0)