This commit is contained in:
jeanlemotan
2024-07-02 18:13:47 +02:00
commit bbeaa887cd
173 changed files with 34365 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR})
include(CMakeFindDependencyMacro)
find_dependency(Coroutines QUIET REQUIRED)
include("${CMAKE_CURRENT_LIST_DIR}/cppcoroTargets.cmake")