summarylogtreecommitdiffstats
path: root/00-install-specify-bitcode.patch
blob: 9df9a9a7579b0958ba6d397bab4837b963a2c6b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 29f3648..14e5e3d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -198,6 +198,10 @@ install(
   TARGETS ${DECOMPILE_JSON}
   RUNTIME DESTINATION "${install_folder}/bin")
 
+install(
+  TARGETS ${SPECIFY_BITCODE}
+  RUNTIME DESTINATION "${install_folder}/bin")
+
 set(ROUNDTRIP_TEST
   scripts/roundtrip.py)