Skip to content

cmake files for bioptools - #7

Open
gf712 wants to merge 5 commits into
ACRMGroup:masterfrom
gf712:master
Open

cmake files for bioptools#7
gf712 wants to merge 5 commits into
ACRMGroup:masterfrom
gf712:master

Conversation

@gf712

@gf712 gf712 commented Feb 15, 2018

Copy link
Copy Markdown

In addition to cmake files for bioplib I wrote these cmake files for bioptools which find bioplib libraries and build binaries and creates a symlink with the correct name (same behaviour as the current Makefile).
Example:

mkdir build
cd build
cmake .. # should show the library names and version + more logging
make
make install

Currently Findbioplib only looks for the libraries in $HOME/lib, which is the default installation location of bioplib, but can add flags to give cmake more hints to find the shared libraries.

I also removed the relative paths in the source files, as I added the bioplib include directory to the build target.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant