Skip to content

Commit

Permalink
organize whtest folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bqminh committed May 6, 2017
1 parent 32703b4 commit b8b73fd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,6 @@ pda.cpp
phyloanalysis.cpp phyloanalysis.h
stoprule.cpp stoprule.h
tools.cpp tools.h
whtest_wrapper.cpp whtest_wrapper.h
pllnni.cpp pllnni.h
phylotesting.cpp phylotesting.h
candidateset.cpp candidateset.h
Expand Down
2 changes: 1 addition & 1 deletion phyloanalysis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#include "tree/mtreeset.h"
#include "tree/mexttree.h"
#include "model/ratemeyerhaeseler.h"
#include "whtest_wrapper.h"
#include "whtest/whtest_wrapper.h"
#include "model/partitionmodel.h"
#include "model/modelmixture.h"
#include "model/modelfactorymixlen.h"
Expand Down
8 changes: 5 additions & 3 deletions whtest/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

include_directories("${PROJECT_BINARY_DIR}")
include_directories("${PROJECT_BINARY_DIR}")

add_library(whtest
eigen.c
Expand All @@ -8,7 +8,9 @@ random.c
weisslambda.c
weisslambda_sub.c
whtest.c
whtest_sub.c)
whtest_sub.c
whtest_wrapper.cpp whtest_wrapper.h
)

#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)
#install (FILES eigen.h eigen_sym.h random.h tools.h weisslambda_sub.h whtest.h whtest_sub.h DESTINATION include)
File renamed without changes.
File renamed without changes.

0 comments on commit b8b73fd

Please sign in to comment.