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 ede6e69 commit aebd1a2Copy full SHA for aebd1a2
CMakeLists.txt
@@ -24,6 +24,9 @@ export(EXPORT cppcoroTargets
24
configure_file(cmake/cppcoroConfig.cmake
25
"${PROJECT_BINARY_DIR}/cppcoro/cppcoroConfig.cmake"
26
COPYONLY)
27
+configure_file(cmake/FindCoroutines.cmake
28
+ "${PROJECT_BINARY_DIR}/cppcoro/FindCoroutines.cmake"
29
+ COPYONLY)
30
31
set(config_package_location lib/cmake/cppcoro)
32
install(DIRECTORY include/cppcoro
0 commit comments