Skip to content

Commit 947db5c

Browse files
committed
Moved out steam projects - those are added to a submodule in the audyoflo world
1 parent 2a68d6c commit 947db5c

9 files changed

Lines changed: 0 additions & 732 deletions

File tree

cmake/fragments/options.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ option(JVX_USE_GLEW_GLUT "Activate build of glew and freeglut lib." false)
7272
option(JVX_USE_MFVIDEO "Compile with support for Windows MF Video - Windows only" false)
7373
option(JVX_USE_V4L2VIDEO "Compile with support for Video4Linux2 - Linux only" false)
7474
option(JVX_USE_CBMT "Use c-bitmap library" false)
75-
option(JVX_USE_STEAM_AUDIO "Use steam audio" false)
7675
option(JVX_USE_RUST "Use code in Rust" false)
7776
option(JVX_USE_TRACY "Build the Tracy Profiler client into the applications" false)
7877
option(JVX_BUILD_BISON "Build the Bison/Flex tools on configure" true)

cmake/fragments/thrdparty.cmake

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,3 @@ if(JVX_USE_CBMP)
131131
${JVX_SUBPRODUCT_ROOT}/sources/jvxLibraries/third_party/git/cbmp)
132132
endif()
133133

134-
if(JVX_USE_STEAM_AUDIO)
135-
set(JVX_BASE_3RDPARTY_LIBS ${JVX_BASE_3RDPARTY_LIBS}
136-
${JVX_SUBPRODUCT_ROOT}/sources/jvxLibraries/third_party/git/steam-audio)
137-
endif()

sources/jvxApplications/ayfSteamRirGenerator/CMakeLists.txt

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)