added my Recipes
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
diff -urN orig/thirdparty/rocksdb/CMakeLists.txt patched/thirdparty/rocksdb/CMakeLists.txt
|
||||
--- orig/thirdparty/rocksdb/CMakeLists.txt 2020-07-28 11:39:40.254677515 +0900
|
||||
+++ patched/thirdparty/rocksdb/CMakeLists.txt 2020-07-28 11:51:11.898676054 +0900
|
||||
@@ -618,6 +618,7 @@
|
||||
add_library(${ROCKSDB_STATIC_LIB} STATIC ${SOURCES})
|
||||
target_link_libraries(${ROCKSDB_STATIC_LIB}
|
||||
${THIRDPARTY_LIBS} ${SYSTEM_LIBS})
|
||||
+target_link_libraries(${ROCKSDB_STATIC_LIB} ${LIB_ATOMIC})
|
||||
|
||||
if(WIN32)
|
||||
# add_library(${ROCKSDB_IMPORT_LIB} SHARED ${SOURCES})
|
||||
|
||||
Reference in New Issue
Block a user