Moved: Sound sources sample to sound sample directory
Added: CMake configuration for ogg vorbis stream source sample --HG-- branch : sound_devhg/feature/gsoc2012-fabien
parent
c4adc53a0f
commit
5c1d3cc6c4
@ -0,0 +1,4 @@
|
||||
|
||||
ADD_SUBDIRECTORY(sound_sources)
|
||||
ADD_SUBDIRECTORY(stream_ogg_vorbis)
|
||||
|
@ -0,0 +1,12 @@
|
||||
FILE(GLOB SRC *.cpp *.h)
|
||||
|
||||
ADD_EXECUTABLE(nl_sample_stream_ogg_vorbis ${SRC})
|
||||
|
||||
INCLUDE_DIRECTORIES(${LIBXML2_INCLUDE_DIR})
|
||||
|
||||
TARGET_LINK_LIBRARIES(nl_sample_stream_ogg_vorbis nelmisc nelsound)
|
||||
NL_DEFAULT_PROPS(nl_sample_stream_ogg_vorbis "NeL, Samples: Sound: Stream OGG Vorbis")
|
||||
NL_ADD_RUNTIME_FLAGS(nl_sample_sound_sources)
|
||||
|
||||
INSTALL(TARGETS nl_sample_stream_ogg_vorbis RUNTIME DESTINATION bin COMPONENT samplessound)
|
||||
|
Loading…
Reference in New Issue