mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-28 08:20:54 +01:00
Merge pull request #1377 from Deewiant/fix-celt-paths
cmake: Fix celt cache variables
This commit is contained in:
commit
ae033ed43f
@ -75,8 +75,8 @@ if(NOT WIN32)
|
||||
set(G719_PATH CACHE PATH "Path to G.719 decoder")
|
||||
set(ATRAC9_PATH CACHE PATH "Path to LibAtrac9")
|
||||
set(SPEEX_PATH CACHE PATH "Path to SPEEX")
|
||||
set(CELT0061_PATH CACHE PATH "Path to CELT version 0.6.1")
|
||||
set(CELT0110_PATH CACHE PATH "Path to CELT version 0.11.0")
|
||||
set(CELT_0061_PATH CACHE PATH "Path to CELT version 0.6.1")
|
||||
set(CELT_0110_PATH CACHE PATH "Path to CELT version 0.11.0")
|
||||
set(LIBAO_PATH CACHE PATH "Path to libao")
|
||||
set(JANSSON_PATH CACHE PATH "Path to jansson")
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user