summarylogtreecommitdiffstats
path: root/0004-cmake-install-parse_fasm.so.patch
diff options
context:
space:
mode:
Diffstat (limited to '0004-cmake-install-parse_fasm.so.patch')
-rw-r--r--0004-cmake-install-parse_fasm.so.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/0004-cmake-install-parse_fasm.so.patch b/0004-cmake-install-parse_fasm.so.patch
deleted file mode 100644
index bf1181458736..000000000000
--- a/0004-cmake-install-parse_fasm.so.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 36b8c46b10a4f823754e4adfb388fcd2907098e7 Mon Sep 17 00:00:00 2001
-From: Xiretza <xiretza@xiretza.xyz>
-Date: Sat, 4 Jun 2022 11:32:59 +0200
-Subject: [PATCH 4/7] cmake: install parse_fasm.so
-
----
- src/CMakeLists.txt | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index f4b5b1f..b95872e 100644
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -93,6 +93,7 @@ add_library(parse_fasm SHARED ParseFasm.cpp
- ${ANTLR_FasmLexer_CXX_OUTPUTS}
- ${ANTLR_FasmParser_CXX_OUTPUTS})
- target_link_libraries(parse_fasm ${ANTLR4_RUNTIME})
-+install(TARGETS parse_fasm)
- #target_compile_options(parse_fasm PRIVATE -Wno-attributes) # Disable warning from antlr4-runtime
-
- add_executable(parse_fasm_tests
---
-2.36.1
-