properly build on OS X

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1709 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-09-24 09:33:45 +00:00
parent 513c7af9bc
commit b1d2c3ab54
9 changed files with 27 additions and 6 deletions

View File

@@ -24,7 +24,6 @@
/*****************************************************************************/
#include <malloc.h>
#include <math.h>
#include <stdlib.h>
#include "cmt.h"

View File

@@ -25,7 +25,7 @@
/*****************************************************************************/
#include <malloc.h>
#include <stdlib.h>
#include <math.h>
#include "cmt.h"

View File

@@ -24,7 +24,6 @@
/*****************************************************************************/
#include <malloc.h>
#include <math.h>
#include <stdlib.h>
#include "cmt.h"

View File

@@ -24,7 +24,6 @@
/*****************************************************************************/
#include <malloc.h>
#include <math.h>
#include <stdlib.h>
#include "cmt.h"

View File

@@ -24,7 +24,7 @@
/*****************************************************************************/
#include <malloc.h>
#include <stdlib.h>
#include <math.h>
#include "cmt.h"

View File

@@ -26,7 +26,7 @@
/*****************************************************************************/
#include <malloc.h>
#include <stdlib.h>
#include <math.h>
#include "cmt.h"

View File

@@ -2,6 +2,8 @@ INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include ${CMAKE_CURRENT_SOURCE_DIR})
ADD_DEFINITIONS(-DFFTW3)
IF(LMMS_HAVE_FFTW3F)
INCLUDE_DIRECTORIES(${FFTW3F_INCLUDE_DIRS})
LINK_DIRECTORIES(${FFTW3F_LIBRARY_DIRS})
LINK_LIBRARIES(-lfftw3f)
ENDIF(LMMS_HAVE_FFTW3F)
INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR})