From 1cb8fc44de0ac232ce21ab9601fea372e9c083a1 Mon Sep 17 00:00:00 2001 From: Nick Gasson Date: Sat, 6 Mar 2010 17:31:23 +0000 Subject: [PATCH] Remove redundant glob from CMakeLists --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8770268..3582bda 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,6 @@ set (CMAKE_BUILD_TYPE RelWithDebInfo) # Find all the source files file (GLOB folder_source ${CMAKE_CURRENT_SOURCE_DIR}/src/*.cpp - ${CMAKE_CURRENT_SOURCE_DIR}/src/ft/*.cpp ${CMAKE_CURRENT_SOURCE_DIR}/src/gui/*.cpp) source_group (${PROJECT_NAME} FILES ${folder_source}) -- 2.39.2