aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/snd/CMakeLists.txt
blob: ae75c3fdd635050a7217898cc265635613840dc7 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# CMakeLists for src/modules/snd

if(COMPILE_PHONON_SUPPORT)
	include_directories(${PHONON_INCLUDE_DIR})
endif()

if(MINGW)
	list(APPEND LIBS -lwinmm)
endif()

if(MSVC)
	list(APPEND LIBS winmm.lib)
endif()



set(kvisnd_SRCS
	libkvisnd.cpp
)

set(kvi_module_name kvisnd)
include(${CMAKE_SOURCE_DIR}/cmake/module.rules.txt)