mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-29 08:00:56 -04:00
cmake improvements for sound options
This commit is contained in:
parent
cad9712411
commit
76492ea60b
@ -1,8 +1,8 @@
|
||||
project(OpenMW)
|
||||
|
||||
# Sound source selection
|
||||
set(USE_AUDIERE "no")
|
||||
set(USE_FFMPEG "yes")
|
||||
option(USE_AUDIERE "use Audiere for sound" OFF)
|
||||
option(USE_FFMPEG "use ffmpeg for sound" ON)
|
||||
|
||||
# We probably support older versions than this.
|
||||
cmake_minimum_required(VERSION 2.6)
|
||||
|
Loading…
x
Reference in New Issue
Block a user