Skip to content
Snippets Groups Projects
Verified Commit 60472f2d authored by Nathaniel R. Lewis's avatar Nathaniel R. Lewis Committed by Jean-Marc Valin
Browse files

CMake: Add alias Opus::opus for opus library. Useful for CMake superbuild pattern.

parent 965a72e4
No related branches found
No related tags found
No related merge requests found
......@@ -165,6 +165,8 @@ feature_summary(WHAT ALL)
add_library(opus ${opus_sources} ${opus_sources_float})
add_library(Opus::opus ALIAS opus)
set(Opus_PUBLIC_HEADER
${CMAKE_CURRENT_SOURCE_DIR}/include/opus.h
${CMAKE_CURRENT_SOURCE_DIR}/include/opus_custom.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment