2019-10-03 13:37:54 +02:00
|
|
|
---
|
|
|
|
libraries/asmjit/CMakeLists.txt | 1 +
|
|
|
|
1 file changed, 1 insertion(+)
|
|
|
|
|
2019-12-18 23:09:50 +01:00
|
|
|
Index: gzdoom-g4.2.4/libraries/asmjit/CMakeLists.txt
|
2019-10-03 13:37:54 +02:00
|
|
|
===================================================================
|
2019-12-18 23:09:50 +01:00
|
|
|
--- gzdoom-g4.2.4.orig/libraries/asmjit/CMakeLists.txt
|
|
|
|
+++ gzdoom-g4.2.4/libraries/asmjit/CMakeLists.txt
|
|
|
|
@@ -100,6 +100,7 @@ set(ASMJIT_SRCS
|
|
|
|
add_library(${ASMJITNAME} STATIC ${ASMJIT_SRCS} ${ASMJIT_PUBLIC_HDRS})
|
2019-10-03 13:37:54 +02:00
|
|
|
|
|
|
|
set_target_properties(${ASMJITNAME} PROPERTIES OUTPUT_NAME asmjit)
|
|
|
|
+target_link_libraries(${ASMJITNAME} rt)
|
|
|
|
|
2019-12-18 23:09:50 +01:00
|
|
|
if(NOT SKIP_INSTALL_LIBRARIES AND NOT SKIP_INSTALL_ALL )
|
|
|
|
install(TARGETS ${ASMJITNAME}
|