From 84032718586825cd102484b93177ee4da1000794 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Mon, 8 Dec 2008 01:28:32 +0000 Subject: [PATCH] added initial draft of FLUIQ (Flexible User-Interface with Qt) framework (integration patches will follow later) git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1879 0778d3d1-df1d-0410-868b-ea421aaaa00d --- CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b97f66f3..ff1d6439f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -372,10 +372,7 @@ SET(CMAKE_CXX_FLAGS "-O2 -g -fno-exceptions -Wall -ftree-vectorize ${CMAKE_CXX_F #SET(CMAKE_CXX_FLAGS_${CMAKE_BUILD_TYPE} "${CMAKE_CXX_FLAGS}") -# people simply updating SVN will still have this and mess up build with it -FILE(REMOVE include/lmmsconfig.h) - -FILE(GLOB lmms_INCLUDES ${CMAKE_SOURCE_DIR}/include/*.h) +FILE(GLOB_RECURSE lmms_INCLUDES ${CMAKE_SOURCE_DIR}/include/*.h) FILE(GLOB lmms_UI ${CMAKE_SOURCE_DIR}/src/gui/dialogs/*.ui) FILE(GLOB_RECURSE lmms_SOURCES ${CMAKE_SOURCE_DIR}/src/*.cpp)