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 2cb6b75 commit 06119ccCopy full SHA for 06119cc
cmake/wwa-coro-config.cmake
@@ -2,6 +2,7 @@ get_filename_component(CORO_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
2
3
list(APPEND CMAKE_MODULE_PATH ${CORO_CMAKE_DIR})
4
5
-if(NOT TARGET wwa::coro)
6
- include("${JSONRPC_CMAKE_DIR}/wwa-coro-target.cmake")
+if(NOT TARGET wwa-coro)
+ include("${CORO_CMAKE_DIR}/wwa-coro-target.cmake")
7
+ add_library(wwa::coro ALIAS wwa-coro)
8
endif()
0 commit comments