-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
file(GLOB SOURCES *.cpp *.h ../refinement/EM.* ../refinement/GibbsSampling.*) | ||
|
||
add_executable (FDR ${SOURCES}) | ||
|
||
target_link_libraries (FDR LINK_PUBLIC init) | ||
target_link_libraries (FDR LINK_PUBLIC seq_scoring) | ||
target_link_libraries (FDR LINK_PUBLIC seq_generator) | ||
|
||
add_library (fdr ${SOURCES}) | ||
add_library (evaluation ${SOURCES}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
file(GLOB SOURCES *.cpp *.h) | ||
|
||
add_library (getopt_pp ${SOURCES}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
file(GLOB SOURCES *.cpp *.h) | ||
add_library (init ${SOURCES}) | ||
|
||
target_include_directories (init PUBLIC ../sequences) | ||
add_library (init ${SOURCES}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters