mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 14:59:03 +00:00
14 lines
416 B
Text
14 lines
416 B
Text
|
FILE(GLOB SRC *.cpp *.h)
|
||
|
|
||
|
ADD_EXECUTABLE(build_samplebank ${SRC})
|
||
|
|
||
|
ADD_DEFINITIONS( ${LIBXML2_DEFINITIONS})
|
||
|
|
||
|
INCLUDE_DIRECTORIES(${LIBXML2_INCLUDE_DIR})
|
||
|
|
||
|
TARGET_LINK_LIBRARIES(build_samplebank nelmisc nelsound)
|
||
|
NL_DEFAULT_PROPS(build_samplebank "NeL, Tools, Sound: build_samplebank")
|
||
|
NL_ADD_RUNTIME_FLAGS(build_samplebank)
|
||
|
|
||
|
INSTALL(TARGETS build_samplebank RUNTIME DESTINATION ${NL_BIN_PREFIX} COMPONENT toolssound)
|