From 33effa470bc80abd2789e7e5f3d1e62daf7c00e4 Mon Sep 17 00:00:00 2001 From: Vaibhav Thakkar Date: Wed, 9 Jun 2021 06:10:32 +0000 Subject: [PATCH] Add subdirectory into CMakeLists.txt --- examples/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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})