Skip to content

Commit aebd1a2

Browse files
committed
Allow using cppcore directly from build tree
1 parent ede6e69 commit aebd1a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ export(EXPORT cppcoroTargets
2424
configure_file(cmake/cppcoroConfig.cmake
2525
"${PROJECT_BINARY_DIR}/cppcoro/cppcoroConfig.cmake"
2626
COPYONLY)
27+
configure_file(cmake/FindCoroutines.cmake
28+
"${PROJECT_BINARY_DIR}/cppcoro/FindCoroutines.cmake"
29+
COPYONLY)
2730

2831
set(config_package_location lib/cmake/cppcoro)
2932
install(DIRECTORY include/cppcoro

0 commit comments

Comments
 (0)