Temporary fix for AeonWave support
This commit is contained in:
parent
5b0f44f0db
commit
f235a81519
@ -12,14 +12,6 @@ set(USE_AEONWAVE @USE_AEONWAVE@)
|
||||
set(ENABLE_ASAN @ENABLE_ASAN@)
|
||||
set(SIMGEAR_SHARED @SIMGEAR_SHARED@)
|
||||
|
||||
if (NOT SIMGEAR_SHARED AND SIMGEAR_SOUND)
|
||||
if (USE_AEONWAVE)
|
||||
find_dependency(AAX)
|
||||
else()
|
||||
#find_dependency(OpenAL)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# SSE/SSE2 support
|
||||
|
||||
set(ENABLE_SIMD @ENABLE_SIMD@)
|
||||
|
@ -163,7 +163,7 @@ if(NOT SIMGEAR_HEADLESS)
|
||||
|
||||
target_link_libraries(SimGearScene PRIVATE
|
||||
ZLIB::ZLIB
|
||||
${OPENAL_LIBRARY}
|
||||
${OPENAL_LIBRARY} ${AAX_LIBRARY}
|
||||
${OPENGL_LIBRARY}
|
||||
${JPEG_LIBRARY})
|
||||
|
||||
@ -194,4 +194,4 @@ if(NOT SIMGEAR_HEADLESS)
|
||||
else()
|
||||
target_include_directories(SimGearScene PRIVATE ${OPENAL_INCLUDE_DIR} )
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user