This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
rtaudio
mirror of
https://github.com/falkTX/rtaudio
Watch
1
Star
0
Fork
0
Code
Releases
27
Activity
Browse Source
Add CMake install targets
Closes
#86
tags/5.0.0
Stephen Sinclair
7 years ago
parent
8feb1dab32
commit
f075fd0339
1 changed files
with
12 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
CMakeLists.txt
+ 12
- 0
CMakeLists.txt
View File
@@ -125,3 +125,15 @@ if (BUILD_TESTING)
add_subdirectory(tests)
endif (BUILD_TESTING)
install(TARGETS rtaudio
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
RUNTIME DESTINATION bin)
install(
FILES RtAudio.h
DESTINATION include)
install(
FILES rtaudio.pc
DESTINATION lib/pkgconfig)
Write
Preview
Loading…
Cancel
Save