Skip to content

Commit 06119cc

Browse files
committed
fix: cmake configuration
1 parent 2cb6b75 commit 06119cc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cmake/wwa-coro-config.cmake

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ get_filename_component(CORO_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
22

33
list(APPEND CMAKE_MODULE_PATH ${CORO_CMAKE_DIR})
44

5-
if(NOT TARGET wwa::coro)
6-
include("${JSONRPC_CMAKE_DIR}/wwa-coro-target.cmake")
5+
if(NOT TARGET wwa-coro)
6+
include("${CORO_CMAKE_DIR}/wwa-coro-target.cmake")
7+
add_library(wwa::coro ALIAS wwa-coro)
78
endif()

0 commit comments

Comments
 (0)