diff --git a/lemon/CMakeLists.txt b/lemon/CMakeLists.txt --- a/lemon/CMakeLists.txt +++ b/lemon/CMakeLists.txt @@ -14,7 +14,9 @@ color.cc lp_base.cc lp_skeleton.cc - random.cc) + random.cc + bits/windows.cc +) IF(HAVE_GLPK) SET(LEMON_SOURCES ${LEMON_SOURCES} glpk.cc)