mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 14:59:01 +00:00
Fixed: sound_source compilation under Linux
This commit is contained in:
parent
0eb1d6ab74
commit
6c63513943
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@ FILE(GLOB SRC *.cpp *.h)
|
|||
|
||||
ADD_EXECUTABLE(nl_sample_sound_sources ${SRC})
|
||||
|
||||
ADD_DEFINITIONS(-DNL_SOUND_DATA="\\"${NL_SHARE_PREFIX}/nl_sample_sound/\\"")
|
||||
ADD_DEFINITIONS(-DNL_SOUND_DATA="\\"${NL_SHARE_PREFIX}/nl_sample_sound/\\"" ${LIBXML2_DEFINITIONS})
|
||||
|
||||
INCLUDE_DIRECTORIES(${LIBXML2_INCLUDE_DIR})
|
||||
|
||||
TARGET_LINK_LIBRARIES(nl_sample_sound_sources ${PLATFORM_LINKFLAGS} nelmisc nelsound)
|
||||
NL_DEFAULT_PROPS(nl_sample_sound_sources "Samples: Sound System")
|
||||
|
|
Loading…
Reference in a new issue