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:
@@ -24,7 +24,6 @@
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
#include <malloc.h>
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include "cmt.h"
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
/*****************************************************************************/
|
||||
|
||||
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
#include "cmt.h"
|
||||
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
#include <malloc.h>
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include "cmt.h"
|
||||
|
||||
@@ -24,7 +24,6 @@
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
#include <malloc.h>
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include "cmt.h"
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
#include "cmt.h"
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
/*****************************************************************************/
|
||||
|
||||
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
#include "cmt.h"
|
||||
|
||||
|
||||
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user