Merge branch 'calf-updates'

* calf-updates:
  CALF: Added missing config.h
(cherry picked from commit 9c856454d1)
This commit is contained in:
Tobias Doerffel
2010-05-22 01:32:05 +02:00
parent 6a1daf5bc8
commit eab1153561
2 changed files with 1 additions and 1 deletions

View File

@@ -2,7 +2,6 @@ FILE(GLOB SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/src/*.cpp)
ADD_LIBRARY(calf MODULE ${SOURCES})
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include ${CMAKE_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/src)
INSTALL(TARGETS calf LIBRARY DESTINATION ${PLUGIN_DIR}/ladspa)
ADD_DEFINITIONS(-DUSE_LADSPA=1)
SET_TARGET_PROPERTIES(calf PROPERTIES PREFIX "")
SET(INLINE_FLAGS "")
IF(NOT LMMS_BUILD_APPLE)

View File

@@ -0,0 +1 @@
#define USE_LADSPA 1