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
include(ExternalProject) | |
ExternalProject_Add( | |
nvbio | |
GIT_REPOSITORY https://github.com/NVlabs/nvbio.git | |
GIT_TAG v0.9.7 | |
BUILD_COMMAND make nvbio | |
INSTALL_COMMAND "" | |
) | |
# I'm successfull in generating Static library here (libnvbio.a) |
NewerOlder