mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-14 18:09:00 +00:00
cmake: add _INSTALL cmake option
This commit is contained in:
parent
f50026828a
commit
3d922c90e9
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ endif()
|
|||
|
||||
set(${PROJECT}_AUDIO "OAL" CACHE STRING "Audio")
|
||||
|
||||
option(${PROJECT}_INSTALL "Enable installation of ${EXECUTABLE} + gamefiles" OFF)
|
||||
option(${PROJECT}_WITH_OPUS "Build ${EXECUTABLE} with opus support" OFF)
|
||||
option(${PROJECT}_WITH_LIBSNDFILE "Build ${EXECUTABLE} with libsndfile (instead of internal decoder)" OFF)
|
||||
|
||||
|
|
Loading…
Reference in a new issue