Skip to content

Commit

Permalink
oops, forgot the dep type
Browse files Browse the repository at this point in the history
Signed-off-by: Gene Walters <[email protected]>
  • Loading branch information
AMZN-Gene committed Dec 16, 2023
1 parent 045da6c commit ac3fa54
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package-system/AWSGameLiftServerSDK/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,5 @@ find_package(AWSGameLiftServerSDK)

add_executable(test_AWSGameLift test_AWSGameLiftServer.cpp)

target_link_libraries(test_AWSGameLift Threads::Threads)


target_link_libraries(test_AWSGameLift PRIVATE 3rdParty::OpenSSL 3rdParty::AWSGameLiftServerSDK)
target_link_libraries(test_AWSGameLift PRIVATE Threads::Threads 3rdParty::OpenSSL 3rdParty::AWSGameLiftServerSDK)

0 comments on commit ac3fa54

Please sign in to comment.