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.
libbitcoinkernel
1 parent 73e2ec1 commit 7ce09a5Copy full SHA for 7ce09a5
src/kernel/CMakeLists.txt
@@ -132,6 +132,10 @@ endif()
132
configure_file(${PROJECT_SOURCE_DIR}/libbitcoinkernel.pc.in ${PROJECT_BINARY_DIR}/libbitcoinkernel.pc @ONLY)
133
install(FILES ${PROJECT_BINARY_DIR}/libbitcoinkernel.pc DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig" COMPONENT bitcoinkernel)
134
135
+# Add a convenience libbitcoinkernel target as a synonym for bitcoinkernel.
136
+add_custom_target(libbitcoinkernel)
137
+add_dependencies(libbitcoinkernel bitcoinkernel)
138
+
139
install(TARGETS bitcoinkernel
140
RUNTIME
141
DESTINATION ${CMAKE_INSTALL_BINDIR}
0 commit comments