From ba699c6e2e15b0bf3dd64b6a1969424083a499c1 Mon Sep 17 00:00:00 2001 From: Benj Bouv Date: Wed, 30 Jan 2013 22:40:09 +0100 Subject: [PATCH] eo::serial is compiled by default with eo --- eo/src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/eo/src/CMakeLists.txt b/eo/src/CMakeLists.txt index 36a69c1ae..d38543098 100644 --- a/eo/src/CMakeLists.txt +++ b/eo/src/CMakeLists.txt @@ -47,6 +47,7 @@ install(DIRECTORY do es ga gp other utils add_subdirectory(es) add_subdirectory(ga) add_subdirectory(utils) +add_subdirectory(serial) if(ENABLE_PYEO) add_subdirectory(pyeo)