mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-14 22:50:45 +00:00
Fix identation of CMakeLists.txt
The mixing of tabs and space lead to confusion; Changes back to tabs, like the rest of the file
This commit is contained in:
parent
9c368cbf56
commit
b11cd5d1b5
1 changed files with 6 additions and 6 deletions
|
@ -1714,12 +1714,12 @@ else()
|
|||
if(OPENAL)
|
||||
find_package(OpenAL REQUIRED)
|
||||
add_definitions(-DUSE_OPENAL)
|
||||
|
||||
# SRS - Added support for OpenAL Soft headers on OSX (vs default macOS SDK headers)
|
||||
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin" AND NOT OPENAL_INCLUDE_DIR MATCHES "SDKs/MacOSX.*\.sdk")
|
||||
include_directories(${OPENAL_INCLUDE_DIR})
|
||||
add_definitions(-DUSE_OPENAL_SOFT_INCLUDES)
|
||||
endif()
|
||||
|
||||
# SRS - Added support for OpenAL Soft headers on OSX (vs default macOS SDK headers)
|
||||
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin" AND NOT OPENAL_INCLUDE_DIR MATCHES "SDKs/MacOSX.*\.sdk")
|
||||
include_directories(${OPENAL_INCLUDE_DIR})
|
||||
add_definitions(-DUSE_OPENAL_SOFT_INCLUDES)
|
||||
endif()
|
||||
|
||||
list(APPEND RBDOOM3_INCLUDES ${OPENAL_INCLUDES})
|
||||
list(APPEND RBDOOM3_SOURCES ${OPENAL_SOURCES})
|
||||
|
|
Loading…
Reference in a new issue