Skip to content

Commit

Permalink
Add subdirectory into CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
vaithak committed Jun 9, 2021
1 parent acbca4c commit 33effa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ else ()
add_subdirectory(logconcave)
#add_subdirectory(spectrahedra)
add_subdirectory(hpolytope-volume)
add_subdirectory(count-linear-extensions-using-hpolytope)

add_executable (vpolytopevolume vpolytope-volume/vpolytopevolume.cpp)
TARGET_LINK_LIBRARIES(vpolytopevolume ${LP_SOLVE})
Expand Down

0 comments on commit 33effa4

Please # to comment.