fixed installation of LADSPA-plugins
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1362 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
INCLUDE_DIRECTORIES("${CMAKE_SOURCE_DIR}/include")
|
||||
SET(CMAKE_BUILD_TYPE release)
|
||||
#SET(CMAKE_BUILD_TYPE release)
|
||||
FILE(GLOB SOURCES *.cc)
|
||||
ADD_LIBRARY(caps SHARED ${SOURCES})
|
||||
SET_TARGET_PROPERTIES(caps PROPERTIES PREFIX "")
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
INCLUDE_DIRECTORIES("${CMAKE_SOURCE_DIR}/include")
|
||||
SET(CMAKE_BUILD_TYPE release)
|
||||
#SET(CMAKE_BUILD_TYPE release)
|
||||
FILE(GLOB PLUGIN_SOURCES *.c)
|
||||
FOREACH(_item ${PLUGIN_SOURCES})
|
||||
GET_FILENAME_COMPONENT(_plugin "${_item}" NAME_WE)
|
||||
|
||||
Reference in New Issue
Block a user