--
You received this message because you are subscribed to the Google Groups "bamtools-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bamtools-use...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Andre
> * Remove these blocking lines.
> * Add a simple tutorial about adding BamTools to own CMake
> projects (e.g., using my 3 lines).
>
>
> Best regards
>
> Karel
>
> --
> You received this message because you are subscribed to the Google
> Groups "bamtools-user" group.
> To unsubscribe from this group and stop receiving emails from it,
> send an email to bamtools-use...@googlegroups.com
> <mailto:bamtools-use...@googlegroups.com>.
> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> You received this message because you are subscribed to the Google
> Groups "bamtools-user" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to bamtools-use...@googlegroups.com
> <mailto:bamtools-use...@googlegroups.com>.
To unsubscribe from this group and stop receiving emails from it, send an email to bamtools-use...@googlegroups.com.
#! /usr/bin/env bashnorm=./bamtools/CMakeLists.txtback=./bamtools/backup_CMakeLists.txtif [ ! -f $back ];thenmv $norm $backficat $back | sed 's/FATAL_ERROR//g' > $norm
exec_program( correct_bamtools_cmake.sh )
add_subdirectory( bamtools )include_directories ( bamtools/src )
target_link_libraries( MY_PROJECT BamTools )
--
You received this message because you are subscribed to a topic in the Google Groups "bamtools-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/bamtools-user/g3NVUy3kBBw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to bamtools-use...@googlegroups.com.