This website works better with JavaScript.
Home
Explore
Help
Sign In
antkeeper
/
superbuild
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Activity
Browse Source
Update dr_wav
master
C. J. Howard
2 years ago
parent
09fc85974c
commit
2080ed3dc6
3 changed files
with
6496 additions
and
2568 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/dr_wav/CMakeLists.txt
+0
-0
modules/dr_wav/dr_wav.c
+6495
-2567
modules/dr_wav/dr_wav.h
+ 1
- 1
modules/dr_wav/CMakeLists.txt
View File
@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.7)
project
(
dr_wav
)
add_library
(
dr_wav
${
PROJECT_SOURCE_DIR
}
/dr_wav.c
pp
)
add_library
(
dr_wav
${
PROJECT_SOURCE_DIR
}
/dr_wav.c
)
#
I
n
s
t
a
l
l
l
i
b
r
a
r
y
install
(
TARGETS
${
PROJECT_NAME
}
modules/dr_wav/dr_wav.cpp → modules/dr_wav/dr_wav.c
View File
+ 6495
- 2567
modules/dr_wav/dr_wav.h
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save