From 14ea51c12676b28cb282b0109eaf67e4682dd1fe Mon Sep 17 00:00:00 2001 From: seleznevae Date: Fri, 3 May 2019 09:26:07 +0300 Subject: [PATCH] [D] Removed redundant lines from CMakeLists.txt --- CMakeLists.txt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b9db7e..f49c01b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -145,15 +145,6 @@ add_subdirectory(src) add_subdirectory(tests) -# ------------------------------------------------------------------------------ -# Includes -# ------------------------------------------------------------------------------ - -include_directories(lib) -include_directories(src) -include_directories(tests) - - # ------------------------------------------------------------------------------ # Sources and executables # ------------------------------------------------------------------------------