Skip to content

Commit

Permalink
Refactor CMakeLists.txt to include the correct path for asio library
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Oct 10, 2024
1 parent 6ccc44b commit 283bf34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ if(WIN32 OR APPLE)
else()
include(cmake/FetchWebsocketpp.cmake)
target_include_directories(${CMAKE_PROJECT_NAME} PRIVATE ${websocketpp_SOURCE_DIR}/)
target_include_directories(${CMAKE_PROJECT_NAME} PRIVATE ${asio_SOURCE_DIR}/)
target_include_directories(${CMAKE_PROJECT_NAME} PRIVATE ${asio_SOURCE_DIR}/asio/include/)
endif()

target_sources(
Expand Down

0 comments on commit 283bf34

Please sign in to comment.