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 e2094fd commit 8c0a9a0Copy full SHA for 8c0a9a0
CMakeLists.txt
@@ -21,8 +21,8 @@ configure_file(cmake/cppcoroConfig.cmake
21
COPYONLY)
22
23
set(config_package_location lib/cmake/cppcoro)
24
-install(DIRECTORY include
25
- DESTINATION .
+install(DIRECTORY include/cppcoro
+ DESTINATION include
26
COMPONENT Devel)
27
install(FILES cmake/FindCoroutines.cmake
28
DESTINATION ${config_package_location}
0 commit comments