Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ pll/libpll.a
pll_test/
workspace.code-workspace
.vscode
build/
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,8 @@ checkpoint.cpp
parstree.cpp
sprparsimony.cpp
test.cpp
mutation.cpp
placement.cpp
)

##################################################################
Expand Down
Loading