New sound system & removed miles
This commit is contained in:
8421
extern/include/MSS.H
vendored
8421
extern/include/MSS.H
vendored
File diff suppressed because it is too large
Load Diff
2
extern/include/miniaudio.c
vendored
Normal file
2
extern/include/miniaudio.c
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
#define MINIAUDIO_IMPLEMENTATION
|
||||
#include "miniaudio.h"
|
||||
93468
extern/include/miniaudio.h
vendored
Normal file
93468
extern/include/miniaudio.h
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
extern/library/CMakeLists.txt
vendored
1
extern/library/CMakeLists.txt
vendored
@@ -1,6 +1,5 @@
|
||||
add_subdirectory(DirectX)
|
||||
add_subdirectory(Granny)
|
||||
add_subdirectory(MilesSoundSystem)
|
||||
add_subdirectory(Python)
|
||||
add_subdirectory(SpeedTree)
|
||||
add_subdirectory(WebView)
|
||||
@@ -1,6 +0,0 @@
|
||||
add_library(MilesSoundSystem STATIC IMPORTED GLOBAL)
|
||||
|
||||
set_target_properties(MilesSoundSystem PROPERTIES
|
||||
INTERFACE_INCLUDE_DIRECTORIES "${CMAKE_SOURCE_DIR}/extern/include"
|
||||
IMPORTED_LOCATION "${CMAKE_CURRENT_LIST_DIR}/mss64.lib"
|
||||
)
|
||||
BIN
extern/library/MilesSoundSystem/mss64.lib
vendored
BIN
extern/library/MilesSoundSystem/mss64.lib
vendored
Binary file not shown.
Reference in New Issue
Block a user