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.
2 parents 879f610 + 0dae45d commit aabfd04Copy full SHA for aabfd04
asio/CMakeLists.txt
@@ -33,3 +33,7 @@ install(EXPORT asio-targets
33
DESTINATION ${CMAKE_INSTALL_CMAKEDIR}
34
NAMESPACE asio::)
35
install(FILES asio-config.cmake DESTINATION ${CMAKE_INSTALL_CMAKEDIR})
36
+
37
+# Buildtree export
38
+configure_file(asio-config.cmake ${CMAKE_CURRENT_BINARY_DIR}/asio-config.cmake COPYONLY)
39
+export(EXPORT asio-targets NAMESPACE asio:: FILE ${CMAKE_CURRENT_BINARY_DIR}/asio-targets.cmake)
0 commit comments