Linux multi-monitor fullscreen support
[ryzomcore.git] / nel / tools / sound / build_samplebank / CMakeLists.txt
blobdfe20b9d664a4cac08a943c7ae637f51aca2705a
1 FILE(GLOB SRC *.cpp *.h *.rc *.rc2)
3 SOURCE_GROUP("" FILES ${SRC})
5 ADD_EXECUTABLE(build_samplebank ${SRC})
7 TARGET_LINK_LIBRARIES(build_samplebank nelmisc nelsound)
8 NL_DEFAULT_PROPS(build_samplebank "NeL, Tools, Sound: build_samplebank")
9 NL_ADD_RUNTIME_FLAGS(build_samplebank)
11 INSTALL(TARGETS build_samplebank RUNTIME DESTINATION ${NL_BIN_PREFIX} COMPONENT toolssound)