diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 791e3fdb2..6a88c5936 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -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})