Skip to content

Commit

Permalink
PATCH: boost asio for simple web server
Browse files Browse the repository at this point in the history
  • Loading branch information
ctag-fh-kiel committed Dec 16, 2024
1 parent cfba7fa commit 5a5d8f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ports/tbd_port_desktop/tbd_api_port/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# configure source files

find_package(Boost 1.67.0 COMPONENTS system REQUIRED)
tbd_platform_apis("${TBD_PLATFORM_OBJ}" VAR api_list)

if (wifi IN_LIST api_list)
Expand All @@ -22,7 +22,7 @@ file(GLOB SRCS_HEADERS
add_library(tbd_api_port STATIC ${SRCS_FILES} ${SRCS_HEADERS})
target_include_directories(tbd_api_port
PUBLIC include
PRIVATE ${CMAKE_SOURCE_DIR}/vendor/Simple-Web-Server
PRIVATE ${CMAKE_SOURCE_DIR}/vendor/Simple-Web-Server ${Boost_INCLUDE_DIR}
)
target_link_libraries(tbd_api_port
PUBLIC
Expand Down

0 comments on commit 5a5d8f8

Please sign in to comment.