mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-28 05:11:37 +00:00
Attempt to fix line endings.
This commit is contained in:
parent
9e588326ea
commit
fbe5c3526d
1 changed files with 50 additions and 51 deletions
|
|
@ -1,14 +1,14 @@
|
||||||
project("UnleashedRecomp")
|
project("UnleashedRecomp")
|
||||||
set(TARGET_NAME "SWA")
|
set(TARGET_NAME "SWA")
|
||||||
|
|
||||||
if (CMAKE_SYSTEM_NAME MATCHES "Linux")
|
|
||||||
option(SWA_FLATPAK "Configure the build for Flatpak compatibility." OFF)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
option(SWA_D3D12 "Add D3D12 support for rendering" ON)
|
option(SWA_D3D12 "Add D3D12 support for rendering" ON)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if (CMAKE_SYSTEM_NAME MATCHES "Linux")
|
||||||
|
option(SWA_FLATPAK "Configure the build for Flatpak compatibility." OFF)
|
||||||
|
endif()
|
||||||
|
|
||||||
option(SWA_XAUDIO2 "Use XAudio2 for audio playback" OFF)
|
option(SWA_XAUDIO2 "Use XAudio2 for audio playback" OFF)
|
||||||
|
|
||||||
function(BIN2C)
|
function(BIN2C)
|
||||||
|
|
@ -317,8 +317,7 @@ target_link_libraries(UnleashedRecomp PRIVATE
|
||||||
tomlplusplus::tomlplusplus
|
tomlplusplus::tomlplusplus
|
||||||
UnleashedRecompLib
|
UnleashedRecompLib
|
||||||
Vorbis::vorbisfile
|
Vorbis::vorbisfile
|
||||||
xxHash::xxhash
|
xxHash::xxhash
)
|
||||||
)
|
|
||||||
|
|
||||||
target_include_directories(UnleashedRecomp PRIVATE
|
target_include_directories(UnleashedRecomp PRIVATE
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}
|
${CMAKE_CURRENT_SOURCE_DIR}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue