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 75c0695 commit be08bb7Copy full SHA for be08bb7
bolt/tools/merge-fdata/CMakeLists.txt
@@ -10,6 +10,13 @@ add_bolt_tool(merge-fdata
10
)
11
set_target_properties(merge-fdata PROPERTIES FOLDER "BOLT")
12
13
+add_dependencies(bolt merge-fdata)
14
+install(PROGRAMS
15
+ ${CMAKE_BINARY_DIR}/bin/merge-fdata
16
+ DESTINATION ${CMAKE_INSTALL_BINDIR}
17
+ COMPONENT bolt
18
+ )
19
+
20
# Emit relocations for BOLT meta test (bolt/test/runtime/meta-merge-fdata.test)
21
if (BOLT_INCLUDE_TESTS AND UNIX AND NOT APPLE)
22
target_link_options(merge-fdata PRIVATE LINKER:--emit-relocs)
0 commit comments