mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 14:59:01 +00:00
Fixed: Typo in cmake project for stream sample
This commit is contained in:
parent
0a4d8d06bd
commit
ed1cd4e6bc
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ 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)
|
||||
NL_ADD_RUNTIME_FLAGS(nl_sample_stream_ogg_vorbis)
|
||||
|
||||
INSTALL(TARGETS nl_sample_stream_ogg_vorbis RUNTIME DESTINATION bin COMPONENT samplessound)
|
||||
|
||||
|
|
Loading…
Reference in a new issue