Skip to content

Instantly share code, notes, and snippets.

View nikhilRP's full-sized avatar
🏠
Working from home

Nikhil R Podduturi nikhilRP

🏠
Working from home
  • BI X - The Digital Lab for Boehringer Ingelheim
  • Ingelheim am Rhein, Germany
View GitHub Profile
@nikhilRP
nikhilRP / CMakeLists.txt
Created August 26, 2014 18:14
cmake file for including nvbio as library
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)