Skip to content

Commit

Permalink
add ability to turn on dispatch queue using AWS_USE_APPLE_DISPATCH_QUEUE
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed Feb 3, 2025
1 parent d2417de commit f8c599e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@ if (AWS_USE_APPLE_NETWORK_FRAMEWORK)
target_compile_definitions(${PROJECT_NAME} PUBLIC "-DAWS_USE_APPLE_NETWORK_FRAMEWORK")
endif()

if (AWS_USE_APPLE_DISPATCH_QUEUE)
target_compile_definitions(${PROJECT_NAME} PUBLIC "-DAWS_USE_APPLE_DISPATCH_QUEUE")
endif()

target_include_directories(${PROJECT_NAME} PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:include>)
Expand Down

0 comments on commit f8c599e

Please sign in to comment.