We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e845d9 commit 23ef382Copy full SHA for 23ef382
Test/CMakeLists.txt
@@ -13,8 +13,8 @@ add_definitions(
13
-DTEST_CERTIFICATE_PRIVATE_PASSWORD="Test pass"
14
-DTEST_FUZZING_PATH="${CMAKE_CURRENT_SOURCE_DIR}/../Test/fuzzingclient.json"
15
)
16
-include_directories(${CMAKE_SOURCE_DIR}/include ${COMMON_INCLUDE_DIRS})
17
-
+include_directories(${CMAKE_SOURCE_DIR}/include)
+add_executable(${PROJECT_NAME} main.cpp)
18
if(WIN32)
19
target_link_libraries(${PROJECT_NAME} websocket_lite ${COMMON_LIBRARIES} Crypt32)
20
elseif(APPLE)
@@ -44,5 +44,5 @@ if(${BUILD_SHARED_LIBS})
44
45
endif()
46
47
-add_executable(${PROJECT_NAME} main.cpp)
+
48
add_test (NAME ${PROJECT_NAME} COMMAND ${PROJECT_NAME})
0 commit comments