mirror of
https://gitlab.com/niansa/libcrosscoro.git
synced 2025-03-06 20:53:32 +01:00
Minor fix in README.md
This commit is contained in:
parent
42f1212cde
commit
273d0a5bbb
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ Based on https://github.com/jbaldwin/libcoro but cross-platform
|
|||
GIT_REPOSITORY https://gitlab.com/niansa/libcrosscoro.git
|
||||
GIT_TAG <TAG_OR_GIT_HASH>
|
||||
)
|
||||
FetchContent_MakeAvailable(libcoro)
|
||||
FetchContent_MakeAvailable(libcrosscoro)
|
||||
|
||||
# Link the libcoro cmake target to your project(s).
|
||||
target_link_libraries(${PROJECT_NAME} PUBLIC libcrosscoro)
|
||||
target_link_libraries(${PROJECT_NAME} PUBLIC crosscoro)
|
||||
|
|
Loading…
Add table
Reference in a new issue