Initial Commit - Lesson 31 (Commit #1)
This commit is contained in:
22
Plugins/GameLiftServerSDK/ThirdParty/websocketpp/test/extension/CMakeLists.txt
vendored
Normal file
22
Plugins/GameLiftServerSDK/ThirdParty/websocketpp/test/extension/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
# Extension Tests
|
||||
file (GLOB SOURCE extension.cpp)
|
||||
|
||||
init_target (test_extension)
|
||||
build_executable (${TARGET_NAME} ${SOURCE})
|
||||
link_boost ()
|
||||
final_target ()
|
||||
set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "test")
|
||||
|
||||
if ( ZLIB_FOUND )
|
||||
|
||||
# Permessage-deflate tests
|
||||
file (GLOB SOURCE permessage_deflate.cpp)
|
||||
|
||||
init_target (test_permessage_deflate)
|
||||
build_test (${TARGET_NAME} ${SOURCE})
|
||||
link_boost ()
|
||||
link_zlib()
|
||||
final_target ()
|
||||
set_target_properties(${TARGET_NAME} PROPERTIES FOLDER "test")
|
||||
|
||||
endif ( ZLIB_FOUND )
|
||||
Reference in New Issue
Block a user