File: CMakeLists.txt

package info (click to toggle)
iqtree 1.5.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,780 kB
  • ctags: 11,529
  • sloc: cpp: 96,162; ansic: 59,874; python: 242; sh: 189; makefile: 45
file content (14 lines) | stat: -rw-r--r-- 327 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

include_directories("${PROJECT_BINARY_DIR}")

add_library(whtest 
eigen.c  
eigen_sym.c  
random.c  
weisslambda.c  
weisslambda_sub.c  
whtest.c  
whtest_sub.c)

#install (TARGETS whtest DESTINATION bin)
#install (FILES  eigen.h  eigen_sym.h  random.h  tools.h  weisslambda_sub.h  whtest.h  whtest_sub.h DESTINATION include)