- unmark OpenAL as 'advanced' in CMake so we can set its include and library paths in the IDE without having to enable the advanced display which isn't really helpful.
This commit is contained in:
parent
c91745c714
commit
0da6939e84
1 changed files with 1 additions and 0 deletions
|
|
@ -215,6 +215,7 @@ endif( WIN32 )
|
|||
|
||||
if( NOT NO_OPENAL )
|
||||
find_package( OpenAL )
|
||||
mark_as_advanced(CLEAR OPENAL_LIBRARY OPENAL_INCLUDE_DIR)
|
||||
if( OPENAL_FOUND )
|
||||
include_directories( ${OPENAL_INCLUDE_DIR} )
|
||||
set( ZDOOM_LIBS ${OPENAL_LIBRARY} ${ZDOOM_LIBS} )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue