mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
f234335598
and data structures for the analysis of sequences with the focus on biological data. The library is licensed under the 3-clause BSD license except the applications which are GPL. WWW: http://www.seqan.de/ PR: 167571 Submitted by: Hannes <h2+fbsdports@fsfe.org>
14 lines
511 B
Plaintext
14 lines
511 B
Plaintext
--- cmake/CMakeLists.txt.orig 2012-05-04 12:56:23.000000000 +0800
|
|
+++ cmake/CMakeLists.txt 2012-05-04 13:00:03.000000000 +0800
|
|
@@ -146,6 +146,10 @@
|
|
COMPONENT headers)
|
|
#message("install(FILES ${HEADER} RENAME seqan${NEW_PATH} DESTINATION include COMPONENT headers)")
|
|
endforeach()
|
|
+#seqan.h
|
|
+install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/../seqan.h
|
|
+ DESTINATION include
|
|
+ COMPONENT headers)
|
|
|
|
################################################################################
|
|
# Set Compiler Flags
|