Created
November 13, 2017 12:35
-
-
Save daverigby/9a2b1a7a8ebc75fab6df1e998950a2b6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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