forked from pool/gzdoom
Jan Engelhardt
06bb912c25
OBS-URL: https://build.opensuse.org/package/show/games/gzdoom?expand=0&rev=32
17 lines
590 B
Diff
17 lines
590 B
Diff
---
|
|
libraries/asmjit/CMakeLists.txt | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
Index: gzdoom-g4.2.1/libraries/asmjit/CMakeLists.txt
|
|
===================================================================
|
|
--- gzdoom-g4.2.1.orig/libraries/asmjit/CMakeLists.txt
|
|
+++ gzdoom-g4.2.1/libraries/asmjit/CMakeLists.txt
|
|
@@ -140,6 +140,7 @@ endforeach()
|
|
|
|
add_library(${ASMJITNAME} STATIC ${ASMJIT_SRCS})
|
|
set_target_properties(${ASMJITNAME} PROPERTIES OUTPUT_NAME asmjit)
|
|
+target_link_libraries(${ASMJITNAME} rt)
|
|
|
|
if(NOT SKIP_INSTALL_LIBRARIES AND NOT SKIP_INSTALL_ALL)
|
|
install(TARGETS ${ASMJITNAME}
|