Skip to content

Instantly share code, notes, and snippets.

@daverigby
Created November 13, 2017 12:35
Show Gist options
  • Save daverigby/9a2b1a7a8ebc75fab6df1e998950a2b6 to your computer and use it in GitHub Desktop.
Save daverigby/9a2b1a7a8ebc75fab6df1e998950a2b6 to your computer and use it in GitHub Desktop.
ExternalProject_Add(rocksdb
GIT_REPOSITORY https://github.com/couchbasedeps/rocksdb.git
GIT_TAG ${_git_rev}
BUILD_IN_SOURCE 1
CONFIGURE_COMMAND ""
LIST_SEPARATOR " "
BUILD_COMMAND CFLAGS=-Ifoo/include;-Ibar/include $(MAKE)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment