Skip to content

Commit 23ef382

Browse files
committed
works on my machine
1 parent 9e845d9 commit 23ef382

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Test/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ add_definitions(
1313
-DTEST_CERTIFICATE_PRIVATE_PASSWORD="Test pass"
1414
-DTEST_FUZZING_PATH="${CMAKE_CURRENT_SOURCE_DIR}/../Test/fuzzingclient.json"
1515
)
16-
include_directories(${CMAKE_SOURCE_DIR}/include ${COMMON_INCLUDE_DIRS})
17-
16+
include_directories(${CMAKE_SOURCE_DIR}/include)
17+
add_executable(${PROJECT_NAME} main.cpp)
1818
if(WIN32)
1919
target_link_libraries(${PROJECT_NAME} websocket_lite ${COMMON_LIBRARIES} Crypt32)
2020
elseif(APPLE)
@@ -44,5 +44,5 @@ if(${BUILD_SHARED_LIBS})
4444

4545
endif()
4646
endif()
47-
add_executable(${PROJECT_NAME} main.cpp)
47+
4848
add_test (NAME ${PROJECT_NAME} COMMAND ${PROJECT_NAME})

0 commit comments

Comments
 (0)