forked from pool/gzdoom
Jan Engelhardt
89eee319af
OBS-URL: https://build.opensuse.org/package/show/games/gzdoom?expand=0&rev=35
17 lines
619 B
Diff
17 lines
619 B
Diff
---
|
|
libraries/asmjit/CMakeLists.txt | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
Index: gzdoom-g4.2.4/libraries/asmjit/CMakeLists.txt
|
|
===================================================================
|
|
--- 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})
|
|
|
|
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}
|