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 2946899 commit 9905ddfCopy full SHA for 9905ddf
cmake/wwa-scope-action-config.cmake
@@ -3,6 +3,6 @@ get_filename_component(SCOPE_ACTION_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
3
list(APPEND CMAKE_MODULE_PATH ${SCOPE_ACTION_CMAKE_DIR})
4
5
if(NOT TARGET wwa-scope-action)
6
- include("${SCOPE_ACTION_CMAKE_DIR}/wwa-coro-target.cmake")
+ include("${SCOPE_ACTION_CMAKE_DIR}/wwa-scope-action-target.cmake")
7
add_library(wwa::scope_action ALIAS wwa-scope-action)
8
endif()
0 commit comments