Skip to content

Commit

Permalink
Add OptionsUtil class to java/CMakeLists.txt
Browse files Browse the repository at this point in the history
Summary:
Adding OptionsUtil java class and options_util.cc to java/CMakeLists.txt, which were missed accidentally when they were introduced in #2898.
Closes #2985

Differential Revision: D6015878

Pulled By: sagar0

fbshipit-source-id: 1abbd46db4aebad1e07ea53523eacbdcb12823e1
  • Loading branch information
sagar0 authored and facebook-github-bot committed Oct 12, 2017
1 parent 560e984 commit cc67b22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ set(JNI_NATIVE_SOURCES
rocksjni/memtablejni.cc
rocksjni/merge_operator.cc
rocksjni/options.cc
rocksjni/options_util.cc
rocksjni/ratelimiterjni.cc
rocksjni/remove_emptyvalue_compactionfilterjni.cc
rocksjni/cassandra_compactionfilterjni.cc
Expand Down Expand Up @@ -85,6 +86,7 @@ set(NATIVE_JAVA_CLASSES
org.rocksdb.MergeOperator
org.rocksdb.NativeLibraryLoader
org.rocksdb.Options
org.rocksdb.OptionsUtil
org.rocksdb.PlainTableConfig
org.rocksdb.RateLimiter
org.rocksdb.ReadOptions
Expand Down

0 comments on commit cc67b22

Please sign in to comment.