diff --git a/lemon/CMakeLists.txt b/lemon/CMakeLists.txt new file mode 100644 --- /dev/null +++ b/lemon/CMakeLists.txt @@ -0,0 +1,2 @@ +include_directories (${LEMON_SOURCE_DIR}) +add_library (lemon arg_parser.cc base.cc color.cc random.cc)