Initial Commit - Lesson 31 (Commit #1)
This commit is contained in:
53
Plugins/GameLiftServerSDK/ThirdParty/websocketpp/test/utility/CMakeLists.txt
vendored
Normal file
53
Plugins/GameLiftServerSDK/ThirdParty/websocketpp/test/utility/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
# Test close utilities
|
||||
file (GLOB SOURCE close.cpp)
|
||||
|
||||
init_target (test_close)
|
||||
build_test (${TARGET_NAME} ${SOURCE})
|
||||
link_boost ()
|
||||
final_target ()
|
||||
set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "test")
|
||||
|
||||
# Test error utilities
|
||||
file (GLOB SOURCE error.cpp)
|
||||
|
||||
init_target (test_error)
|
||||
build_test (${TARGET_NAME} ${SOURCE})
|
||||
link_boost ()
|
||||
final_target ()
|
||||
set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "test")
|
||||
|
||||
# Test frame utilities
|
||||
file (GLOB SOURCE frame.cpp)
|
||||
|
||||
init_target (test_frame)
|
||||
build_test (${TARGET_NAME} ${SOURCE})
|
||||
link_boost ()
|
||||
final_target ()
|
||||
set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "test")
|
||||
|
||||
# Test sha1 utilities
|
||||
file (GLOB SOURCE sha1.cpp)
|
||||
|
||||
init_target (test_sha1)
|
||||
build_test (${TARGET_NAME} ${SOURCE})
|
||||
link_boost ()
|
||||
final_target ()
|
||||
set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "test")
|
||||
|
||||
# Test uri utilities
|
||||
file (GLOB SOURCE uri.cpp)
|
||||
|
||||
init_target (test_uri)
|
||||
build_test (${TARGET_NAME} ${SOURCE})
|
||||
link_boost ()
|
||||
final_target ()
|
||||
set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "test")
|
||||
|
||||
# Test misc utilities
|
||||
file (GLOB SOURCE utilities.cpp)
|
||||
|
||||
init_target (test_utilities)
|
||||
build_test (${TARGET_NAME} ${SOURCE})
|
||||
link_boost ()
|
||||
final_target ()
|
||||
set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "test")
|
||||
Reference in New Issue
Block a user