File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -78,16 +78,18 @@ LIST(APPEND PROJECT_DEPENDENCIES "SDL3-static")
7878## -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
7979
8080SET (XNASONG OFF CACHE BOOL "" FORCE)
81- SET (BUILD_SHARED_LIBS , OFF CACHE BOOL "" FORCE)
82- SET (BUILD_SDL3 ON CACHE BOOL "" FORCE)
81+ SET (BUILD_SHARED_LIBS OFF CACHE BOOL "" FORCE)
8382SET (SDL3_INCLUDE_DIRS ${external_sdl_SOURCE_DIR} /include CACHE STRING "" FORCE)
8483SET (SDL3_LIBRARIES "SDL3-static" CACHE STRING "" FORCE)
8584
8685FetchContent_Declare(External_FAudio
87- GIT_REPOSITORY https://github.com/Wolftein /FAudio
86+ GIT_REPOSITORY https://github.com/FNA-XNA /FAudio
8887 EXCLUDE_FROM_ALL )
8988FetchContent_MakeAvailable(External_FAudio)
9089
90+ INSTALL (TARGETS SDL3-static EXPORT FAudio-targets-static )
91+ INSTALL (TARGETS SDL3_Headers EXPORT FAudio-targets-static )
92+
9193LIST (APPEND PROJECT_DEPENDENCIES "FAudio-static" )
9294
9395## -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
You can’t perform that action at this time.
0 commit comments